Color Hex Logo

#a09966 Color Hex

#A09966
(160,153,102)
0 Favorites   0 Comments

Color spaces of #a09966

RGB 160153102
HSL0.150.230.51
HSV53°36°63°
CMYK 0.000.040.36   0.37
XYZ28.286731.215417.1047
Yxy31.21540.36920.4075
Hunter Lab55.8707-7.401420.9580
CIE-Lab62.6890-5.352627.7558

#a09966 color RGB value is (160,153,102).

#a09966 hex color red value is 160, green value is 153 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a09966 hue: 0.15 , saturation: 0.23 and the lightness value of a09966 is 0.51.

The process color (four color CMYK) of #a09966 color hex is 0.00, 0.04, 0.36, 0.37. Web safe color of #a09966 is #999966. Color #a09966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 01100110
Octal 240 231 146
Decimal 160 153 102
Hex A0 99 66

RGB Percentages of Color #a09966

%38.55
%36.87
%24.58

CMYK Percentages of Color #a09966

%0
%4
%36
%37

Triadic Colors of #a09966

#a09966 #66a099 #9966a0

Analogous Colors of #a09966

#a09966 #8aa066 #a07c66

Monochromatic Colors of #a09966

#a09966

Complementary Color

#a09966 #666da0

#a09966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09966 Color CSS Codes

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

#a09966 Text Font Color

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

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


#a09966 Background Color

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

This div background color is #a09966


#a09966 Border Color

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

This div border color is #a09966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,153,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a09966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a09966;
  -webkit-box-shadow: 1px 1px 3px 2px #a09966;
  box-shadow:         1px 1px 3px 2px #a09966; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,153,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09966


Comments

No comments written yet.

Please login to write comment.