Color Hex Logo

#a97508 Color Hex

#A97508
(169,117,8)
0 Favorites   0 Comments

Color spaces of #a97508

RGB 1691178
HSL0.110.910.35
HSV41°95°66°
CMYK 0.000.310.95   0.34
XYZ22.767321.17513.1170
Yxy21.17510.48380.4500
Hunter Lab46.01647.786828.1954
CIE-Lab53.140612.503658.0261

#a97508 color RGB value is (169,117,8).

#a97508 hex color red value is 169, green value is 117 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a97508 hue: 0.11 , saturation: 0.91 and the lightness value of a97508 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 00001000
Octal 251 165 10
Decimal 169 117 8
Hex A9 75 8

RGB Percentages of Color #a97508

%57.48
%39.80
%2.72

CMYK Percentages of Color #a97508

%0
%31
%95
%34

Triadic Colors of #a97508

#a97508 #08a975 #7508a9

Analogous Colors of #a97508

#a97508 #8da908 #a92508

Monochromatic Colors of #a97508

#a97508

Complementary Color

#a97508 #083ca9

#a97508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97508 Color CSS Codes

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

#a97508 Text Font Color

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

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


#a97508 Background Color

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

This div background color is #a97508


#a97508 Border Color

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

This div border color is #a97508


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,117,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97508; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97508;
  -webkit-box-shadow: 1px 1px 3px 2px #a97508;
  box-shadow:         1px 1px 3px 2px #a97508; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,117,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97508


Comments

No comments written yet.

Please login to write comment.