Color Hex Logo

#af7b0a Color Hex

#AF7B0A
(175,123,10)
0 Favorites   0 Comments

Color spaces of #af7b0a

RGB 17512310
HSL0.110.890.36
HSV41°94°69°
CMYK 0.000.300.94   0.31
XYZ24.816923.30183.4769
Yxy23.30180.48100.4516
Hunter Lab48.27197.292129.5199
CIE-Lab55.381911.894859.6208

#af7b0a color RGB value is (175,123,10).

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

The process color (four color CMYK) of #af7b0a color hex is 0.00, 0.30, 0.94, 0.31. Web safe color of #af7b0a is #996600. Color #af7b0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111011 00001010
Octal 257 173 12
Decimal 175 123 10
Hex AF 7B A

RGB Percentages of Color #af7b0a

%56.82
%39.94
%3.25

CMYK Percentages of Color #af7b0a

%0
%30
%94
%31

Triadic Colors of #af7b0a

#af7b0a #0aaf7b #7b0aaf

Analogous Colors of #af7b0a

#af7b0a #91af0a #af290a

Monochromatic Colors of #af7b0a

#af7b0a

Complementary Color

#af7b0a #0a3eaf

#af7b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7b0a Color CSS Codes

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

#af7b0a Text Font Color

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

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


#af7b0a Background Color

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

This div background color is #af7b0a


#af7b0a Border Color

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

This div border color is #af7b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7b0a


Comments

No comments written yet.

Please login to write comment.