Color Hex Logo

#af811b Color Hex

#AF811B
(175,129,27)
0 Favorites   0 Comments

Color spaces of #af811b

RGB 17512927
HSL0.110.730.40
HSV41°85°69°
CMYK 0.000.260.85   0.31
XYZ25.727324.89364.4859
Yxy24.89360.46690.4517
Hunter Lab49.89354.728929.5947
CIE-Lab56.97168.903456.7372

#af811b color RGB value is (175,129,27).

#af811b hex color red value is 175, green value is 129 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #af811b hue: 0.11 , saturation: 0.73 and the lightness value of af811b is 0.40.

The process color (four color CMYK) of #af811b color hex is 0.00, 0.26, 0.85, 0.31. Web safe color of #af811b is #999933. Color #af811b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 00011011
Octal 257 201 33
Decimal 175 129 27
Hex AF 81 1B

RGB Percentages of Color #af811b

%52.87
%38.97
%8.16

CMYK Percentages of Color #af811b

%0
%26
%85
%31

Triadic Colors of #af811b

#af811b #1baf81 #811baf

Analogous Colors of #af811b

#af811b #93af1b #af371b

Monochromatic Colors of #af811b

#af811b

Complementary Color

#af811b #1b49af

#af811b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af811b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af811b Color CSS Codes

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

#af811b Text Font Color

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

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


#af811b Background Color

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

This div background color is #af811b


#af811b Border Color

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

This div border color is #af811b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af811b


Comments

No comments written yet.

Please login to write comment.