Color Hex Logo

#af870b Color Hex

#AF870B
(175,135,11)
0 Favorites   0 Comments

Color spaces of #af870b

RGB 17513511
HSL0.130.880.36
HSV45°94°69°
CMYK 0.000.230.94   0.31
XYZ26.403626.46614.0335
Yxy26.46610.46400.4651
Hunter Lab51.44521.583731.3631
CIE-Lab58.47695.224961.7373

#af870b color RGB value is (175,135,11).

#af870b hex color red value is 175, green value is 135 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #af870b hue: 0.13 , saturation: 0.88 and the lightness value of af870b is 0.36.

The process color (four color CMYK) of #af870b color hex is 0.00, 0.23, 0.94, 0.31. Web safe color of #af870b is #999900. Color #af870b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 00001011
Octal 257 207 13
Decimal 175 135 11
Hex AF 87 B

RGB Percentages of Color #af870b

%54.52
%42.06
%3.43

CMYK Percentages of Color #af870b

%0
%23
%94
%31

Triadic Colors of #af870b

#af870b #0baf87 #870baf

Analogous Colors of #af870b

#af870b #85af0b #af350b

Monochromatic Colors of #af870b

#af870b

Complementary Color

#af870b #0b33af

#af870b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af870b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af870b Color CSS Codes

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

#af870b Text Font Color

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

This sample text font color is #af870b
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.


#af870b Background Color

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

This div background color is #af870b


#af870b Border Color

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

This div border color is #af870b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af870b


Comments

No comments written yet.

Please login to write comment.