Color Hex Logo

#af9010 Color Hex

#AF9010
(175,144,16)
0 Favorites   0 Comments

Color spaces of #af9010

RGB 17514416
HSL0.130.830.37
HSV48°91°69°
CMYK 0.000.180.91   0.31
XYZ27.746029.09794.6443
Yxy29.09790.45120.4732
Hunter Lab53.9425-2.585632.6550
CIE-Lab60.86790.356362.6514

#af9010 color RGB value is (175,144,16).

#af9010 hex color red value is 175, green value is 144 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #af9010 hue: 0.13 , saturation: 0.83 and the lightness value of af9010 is 0.37.

The process color (four color CMYK) of #af9010 color hex is 0.00, 0.18, 0.91, 0.31. Web safe color of #af9010 is #999900. Color #af9010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 00010000
Octal 257 220 20
Decimal 175 144 16
Hex AF 90 10

RGB Percentages of Color #af9010

%52.24
%42.99
%4.78

CMYK Percentages of Color #af9010

%0
%18
%91
%31

Triadic Colors of #af9010

#af9010 #10af90 #9010af

Analogous Colors of #af9010

#af9010 #7faf10 #af4110

Monochromatic Colors of #af9010

#af9010

Complementary Color

#af9010 #102faf

#af9010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9010 Color CSS Codes

.mybgcolor {background-color:#af9010; } 
.myforecolor {color:#af9010; }
.mybordercolor {border:3px solid #af9010; }

#af9010 Text Font Color

<p style="color:#af9010">Text here</p>

This sample text font color is #af9010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af9010 Background Color

<div style="background-color:#af9010">
Div content here</div>

This div background color is #af9010


#af9010 Border Color

<div style="border:3px solid #af9010">
Div here</div>

This div border color is #af9010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,144,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af9010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af9010;
  -webkit-box-shadow: 1px 1px 3px 2px #af9010;
  box-shadow:         1px 1px 3px 2px #af9010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,144,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af9010">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af9010;
  -webkit-box-shadow: 1px 1px 3px 2px #af9010;
  box-shadow:         1px 1px 3px 2px #af9010;">
Div content here</div>

This div box has shadow with color #af9010


Comments

No comments written yet.

Please login to write comment.