Color Hex Logo

#aaa752 Color Hex

#AAA752
(170,167,82)
0 Favorites   0 Comments

Color spaces of #aaa752

RGB 17016782
HSL0.160.350.49
HSV58°52°67°
CMYK 0.000.020.52   0.33
XYZ31.919336.792713.4020
Yxy36.79270.38870.4481
Hunter Lab60.6570-12.218329.3599
CIE-Lab67.1212-10.738343.8254

#aaa752 color RGB value is (170,167,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01010010
Octal 252 247 122
Decimal 170 167 82
Hex AA A7 52

RGB Percentages of Color #aaa752

%40.57
%39.86
%19.57

CMYK Percentages of Color #aaa752

%0
%2
%52
%33

Triadic Colors of #aaa752

#aaa752 #52aaa7 #a752aa

Analogous Colors of #aaa752

#aaa752 #81aa52 #aa7b52

Monochromatic Colors of #aaa752

#aaa752

Complementary Color

#aaa752 #5255aa

#aaa752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa752 Color CSS Codes

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

#aaa752 Text Font Color

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

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


#aaa752 Background Color

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

This div background color is #aaa752


#aaa752 Border Color

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

This div border color is #aaa752


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,167,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 #aaa752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa752


Comments

No comments written yet.

Please login to write comment.