Color Hex Logo

#af830a Color Hex

#AF830A
(175,131,10)
0 Favorites   0 Comments

Color spaces of #af830a

RGB 17513110
HSL0.120.890.36
HSV44°94°69°
CMYK 0.000.250.94   0.31
XYZ25.850325.36853.8213
Yxy25.36850.46970.4609
Hunter Lab50.36723.470330.7587
CIE-Lab57.43277.430561.1274

#af830a color RGB value is (175,131,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 00001010
Octal 257 203 12
Decimal 175 131 10
Hex AF 83 A

RGB Percentages of Color #af830a

%55.38
%41.46
%3.16

CMYK Percentages of Color #af830a

%0
%25
%94
%31

Triadic Colors of #af830a

#af830a #0aaf83 #830aaf

Analogous Colors of #af830a

#af830a #89af0a #af300a

Monochromatic Colors of #af830a

#af830a

Complementary Color

#af830a #0a36af

#af830a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af830a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af830a Color CSS Codes

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

#af830a Text Font Color

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

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


#af830a Background Color

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

This div background color is #af830a


#af830a Border Color

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

This div border color is #af830a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af830a


Comments

No comments written yet.

Please login to write comment.