Color Hex Logo

#af890b Color Hex

#AF890B
(175,137,11)
0 Favorites   0 Comments

Color spaces of #af890b

RGB 17513711
HSL0.130.880.36
HSV46°94°69°
CMYK 0.000.220.94   0.31
XYZ26.685327.02944.1273
Yxy27.02940.46130.4673
Hunter Lab51.98980.638231.6860
CIE-Lab59.00154.119562.1291

#af890b color RGB value is (175,137,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 00001011
Octal 257 211 13
Decimal 175 137 11
Hex AF 89 B

RGB Percentages of Color #af890b

%54.18
%42.41
%3.41

CMYK Percentages of Color #af890b

%0
%22
%94
%31

Triadic Colors of #af890b

#af890b #0baf89 #890baf

Analogous Colors of #af890b

#af890b #83af0b #af370b

Monochromatic Colors of #af890b

#af890b

Complementary Color

#af890b #0b31af

#af890b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af890b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af890b Color CSS Codes

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

#af890b Text Font Color

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

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


#af890b Background Color

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

This div background color is #af890b


#af890b Border Color

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

This div border color is #af890b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,137,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 #af890b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af890b


Comments

No comments written yet.

Please login to write comment.