Color Hex Logo

#aaa652 Color Hex

#AAA652
(170,166,82)
0 Favorites   0 Comments

Color spaces of #aaa652

RGB 17016682
HSL0.160.350.49
HSV57°52°67°
CMYK 0.000.020.52   0.33
XYZ31.736836.427713.3412
Yxy36.42770.38940.4469
Hunter Lab60.3554-11.760829.1430
CIE-Lab66.8454-10.213243.5006

#aaa652 color RGB value is (170,166,82).

#aaa652 hex color red value is 170, green value is 166 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aaa652 hue: 0.16 , saturation: 0.35 and the lightness value of aaa652 is 0.49.

The process color (four color CMYK) of #aaa652 color hex is 0.00, 0.02, 0.52, 0.33. Web safe color of #aaa652 is #999966. Color #aaa652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01010010
Octal 252 246 122
Decimal 170 166 82
Hex AA A6 52

RGB Percentages of Color #aaa652

%40.67
%39.71
%19.62

CMYK Percentages of Color #aaa652

%0
%2
%52
%33

Triadic Colors of #aaa652

#aaa652 #52aaa6 #a652aa

Analogous Colors of #aaa652

#aaa652 #82aa52 #aa7a52

Monochromatic Colors of #aaa652

#aaa652

Complementary Color

#aaa652 #5256aa

#aaa652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa652 Color CSS Codes

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

#aaa652 Text Font Color

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

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


#aaa652 Background Color

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

This div background color is #aaa652


#aaa652 Border Color

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

This div border color is #aaa652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa652


Comments

No comments written yet.

Please login to write comment.