Color Hex Logo

#af7609 Color Hex

#AF7609
(175,118,9)
0 Favorites   0 Comments

Color spaces of #af7609

RGB 1751189
HSL0.110.900.36
HSV39°95°69°
CMYK 0.000.330.95   0.31
XYZ24.206922.09053.2465
Yxy22.09050.48860.4459
Hunter Lab47.00059.682728.8050
CIE-Lab54.122914.681258.8839

#af7609 color RGB value is (175,118,9).

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

The process color (four color CMYK) of #af7609 color hex is 0.00, 0.33, 0.95, 0.31. Web safe color of #af7609 is #996600. Color #af7609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 00001001
Octal 257 166 11
Decimal 175 118 9
Hex AF 76 9

RGB Percentages of Color #af7609

%57.95
%39.07
%2.98

CMYK Percentages of Color #af7609

%0
%33
%95
%31

Triadic Colors of #af7609

#af7609 #09af76 #7609af

Analogous Colors of #af7609

#af7609 #95af09 #af2309

Monochromatic Colors of #af7609

#af7609

Complementary Color

#af7609 #0942af

#af7609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7609 Color CSS Codes

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

#af7609 Text Font Color

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

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


#af7609 Background Color

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

This div background color is #af7609


#af7609 Border Color

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

This div border color is #af7609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7609


Comments

No comments written yet.

Please login to write comment.