color codes Logo

#aa9e68 color codes

#AA9E68
(170,158,104)
0 Favorites   0 Comments

Color spaces of #aa9e68

RGB 170158104
HSL0.140.280.54
HSV49°39°67°
CMYK 0.000.070.39   0.33
XYZ31.303133.999218.0094
Yxy33.99920.37570.4081
Hunter Lab58.3088-6.212722.5037
CIE-Lab64.9619-3.682029.8045

#aa9e68 color RGB value is (170,158,104).

#aa9e68 hex color red value is 170, green value is 158 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aa9e68 hue: 0.14 , saturation: 0.28 and the lightness value of aa9e68 is 0.54.

The process color (four color CMYK) of #aa9e68 color code is 0.00, 0.07, 0.39, 0.33. Web safe color of #aa9e68 is #999966. Color #aa9e68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011110 01101000
Octal 252 236 150
Decimal 170 158 104
Hex AA 9E 68

RGB Percentages of Color #aa9e68

%39.35
%36.57
%24.07

CMYK Percentages of Color #aa9e68

%0
%7
%39
%33

Triadic Colors of #aa9e68

#aa9e68 #68aa9e #9e68aa

Analogous Colors of #aa9e68

#aa9e68 #95aa68 #aa7d68

Monochromatic Colors of #aa9e68

#aa9e68

Complementary Color

#aa9e68 #6874aa

#aa9e68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9e68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9e68 Color CSS Codes

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

#aa9e68 Text Font Color

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

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


#aa9e68 Background Color

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

This div background color is #aa9e68


#aa9e68 Border Color

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

This div border color is #aa9e68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,158,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa9e68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa9e68;
  -webkit-box-shadow: 1px 1px 3px 2px #aa9e68;
  box-shadow:         1px 1px 3px 2px #aa9e68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,158,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9e68


Comments

No comments written yet.

Please login to write comment.