Color Hex Logo

#aaa792 Color Hex

#AAA792
(170,167,146)
0 Favorites   0 Comments

Color spaces of #aaa792

RGB 170167146
HSL0.150.120.62
HSV53°14°67°
CMYK 0.000.020.14   0.33
XYZ35.584638.258832.7033
Yxy38.25880.33400.3591
Hunter Lab61.8537-5.552411.9498
CIE-Lab68.2109-2.611511.2522

#aaa792 color RGB value is (170,167,146).

#aaa792 hex color red value is 170, green value is 167 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aaa792 hue: 0.15 , saturation: 0.12 and the lightness value of aaa792 is 0.62.

The process color (four color CMYK) of #aaa792 color hex is 0.00, 0.02, 0.14, 0.33. Web safe color of #aaa792 is #999999. Color #aaa792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10010010
Octal 252 247 222
Decimal 170 167 146
Hex AA A7 92

RGB Percentages of Color #aaa792

%35.20
%34.58
%30.23

CMYK Percentages of Color #aaa792

%0
%2
%14
%33

Triadic Colors of #aaa792

#aaa792 #92aaa7 #a792aa

Analogous Colors of #aaa792

#aaa792 #a1aa92 #aa9b92

Monochromatic Colors of #aaa792

#aaa792

Complementary Color

#aaa792 #9295aa

#aaa792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa792 Color CSS Codes

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

#aaa792 Text Font Color

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

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


#aaa792 Background Color

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

This div background color is #aaa792


#aaa792 Border Color

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

This div border color is #aaa792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa792


Comments

No comments written yet.

Please login to write comment.