Color Hex Logo

#af810b Color Hex

#AF810B
(175,129,11)
0 Favorites   0 Comments

Color spaces of #af810b

RGB 17512911
HSL0.120.880.36
HSV43°94°69°
CMYK 0.000.260.94   0.31
XYZ25.589924.83863.7622
Yxy24.83860.47220.4584
Hunter Lab49.83834.435230.4111
CIE-Lab56.91788.558460.5790

#af810b color RGB value is (175,129,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 00001011
Octal 257 201 13
Decimal 175 129 11
Hex AF 81 B

RGB Percentages of Color #af810b

%55.56
%40.95
%3.49

CMYK Percentages of Color #af810b

%0
%26
%94
%31

Triadic Colors of #af810b

#af810b #0baf81 #810baf

Analogous Colors of #af810b

#af810b #8baf0b #af2f0b

Monochromatic Colors of #af810b

#af810b

Complementary Color

#af810b #0b39af

#af810b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af810b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af810b Color CSS Codes

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

#af810b Text Font Color

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

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


#af810b Background Color

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

This div background color is #af810b


#af810b Border Color

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

This div border color is #af810b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af810b


Comments

No comments written yet.

Please login to write comment.