Color Hex Logo

#a95007 Color Hex

#A95007
(169,80,7)
0 Favorites   0 Comments

Color spaces of #a95007

RGB 169807
HSL0.080.920.35
HSV27°96°66°
CMYK 0.000.530.96   0.34
XYZ19.269214.18771.9239
Yxy14.18770.54460.4010
Hunter Lab37.666625.399323.3382
CIE-Lab44.500932.948052.2200

#a95007 color RGB value is (169,80,7).

#a95007 hex color red value is 169, green value is 80 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a95007 hue: 0.08 , saturation: 0.92 and the lightness value of a95007 is 0.35.

The process color (four color CMYK) of #a95007 color hex is 0.00, 0.53, 0.96, 0.34. Web safe color of #a95007 is #996600. Color #a95007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 00000111
Octal 251 120 7
Decimal 169 80 7
Hex A9 50 7

RGB Percentages of Color #a95007

%66.02
%31.25
%2.73

CMYK Percentages of Color #a95007

%0
%53
%96
%34

Triadic Colors of #a95007

#a95007 #07a950 #5007a9

Analogous Colors of #a95007

#a95007 #a9a107 #a9070f

Monochromatic Colors of #a95007

#a95007

Complementary Color

#a95007 #0760a9

#a95007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95007 Color CSS Codes

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

#a95007 Text Font Color

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

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


#a95007 Background Color

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

This div background color is #a95007


#a95007 Border Color

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

This div border color is #a95007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95007


Comments

No comments written yet.

Please login to write comment.