Color Hex Logo

#af813a Color Hex

#AF813A
(175,129,58)
0 Favorites   0 Comments

Color spaces of #af813a

RGB 17512958
HSL0.100.500.46
HSV36°67°69°
CMYK 0.000.260.67   0.31
XYZ26.293225.12007.4658
Yxy25.12000.44660.4266
Hunter Lab50.11995.932526.2521
CIE-Lab57.192210.307044.3339

#af813a color RGB value is (175,129,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 00111010
Octal 257 201 72
Decimal 175 129 58
Hex AF 81 3A

RGB Percentages of Color #af813a

%48.34
%35.64
%16.02

CMYK Percentages of Color #af813a

%0
%26
%67
%31

Triadic Colors of #af813a

#af813a #3aaf81 #813aaf

Analogous Colors of #af813a

#af813a #a3af3a #af463a

Monochromatic Colors of #af813a

#af813a

Complementary Color

#af813a #3a68af

#af813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af813a Color CSS Codes

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

#af813a Text Font Color

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

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


#af813a Background Color

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

This div background color is #af813a


#af813a Border Color

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

This div border color is #af813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af813a


Comments

No comments written yet.

Please login to write comment.