color codes Logo

#af813c color codes

#AF813C
(175,129,60)
0 Favorites   0 Comments

Color spaces of #af813c

RGB 17512960
HSL0.100.490.46
HSV36°66°69°
CMYK 0.000.260.66   0.31
XYZ26.345125.14077.7391
Yxy25.14070.44480.4245
Hunter Lab50.14056.042625.9470
CIE-Lab57.212310.434643.3817

#af813c color RGB value is (175,129,60).

#af813c hex color red value is 175, green value is 129 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af813c hue: 0.10 , saturation: 0.49 and the lightness value of af813c is 0.46.

The process color (four color CMYK) of #af813c color code is 0.00, 0.26, 0.66, 0.31. Web safe color of #af813c is #999933. Color #af813c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 00111100
Octal 257 201 74
Decimal 175 129 60
Hex AF 81 3C

RGB Percentages of Color #af813c

%48.08
%35.44
%16.48

CMYK Percentages of Color #af813c

%0
%26
%66
%31

Triadic Colors of #af813c

#af813c #3caf81 #813caf

Analogous Colors of #af813c

#af813c #a4af3c #af483c

Monochromatic Colors of #af813c

#af813c

Complementary Color

#af813c #3c6aaf

#af813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af813c Color CSS Codes

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

#af813c Text Font Color

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

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


#af813c Background Color

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

This div background color is #af813c


#af813c Border Color

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

This div border color is #af813c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af813c


Comments

No comments written yet.

Please login to write comment.