Color Hex Logo

#aaa453 Color Hex

#AAA453
(170,164,83)
0 Favorites   0 Comments

Color spaces of #aaa453

RGB 17016483
HSL0.160.340.50
HSV56°51°67°
CMYK 0.000.040.51   0.33
XYZ31.414435.721513.4228
Yxy35.72150.39000.4434
Hunter Lab59.7675-10.771628.5217
CIE-Lab66.3066-9.069142.3694

#aaa453 color RGB value is (170,164,83).

#aaa453 hex color red value is 170, green value is 164 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aaa453 hue: 0.16 , saturation: 0.34 and the lightness value of aaa453 is 0.50.

The process color (four color CMYK) of #aaa453 color hex is 0.00, 0.04, 0.51, 0.33. Web safe color of #aaa453 is #999966. Color #aaa453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01010011
Octal 252 244 123
Decimal 170 164 83
Hex AA A4 53

RGB Percentages of Color #aaa453

%40.77
%39.33
%19.90

CMYK Percentages of Color #aaa453

%0
%4
%51
%33

Triadic Colors of #aaa453

#aaa453 #53aaa4 #a453aa

Analogous Colors of #aaa453

#aaa453 #85aa53 #aa7953

Monochromatic Colors of #aaa453

#aaa453

Complementary Color

#aaa453 #5359aa

#aaa453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa453 Color CSS Codes

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

#aaa453 Text Font Color

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

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


#aaa453 Background Color

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

This div background color is #aaa453


#aaa453 Border Color

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

This div border color is #aaa453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa453


Comments

No comments written yet.

Please login to write comment.