Color Hex Logo

#aaa523 Color Hex

#AAA523
(170,165,35)
0 Favorites   0 Comments

Color spaces of #aaa523

RGB 17016535
HSL0.160.660.40
HSV58°79°67°
CMYK 0.000.030.79   0.33
XYZ30.336135.57776.8584
Yxy35.57770.41690.4889
Hunter Lab59.6470-13.598434.9356
CIE-Lab66.1960-12.594062.1408

#aaa523 color RGB value is (170,165,35).

#aaa523 hex color red value is 170, green value is 165 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aaa523 hue: 0.16 , saturation: 0.66 and the lightness value of aaa523 is 0.40.

The process color (four color CMYK) of #aaa523 color hex is 0.00, 0.03, 0.79, 0.33. Web safe color of #aaa523 is #999933. Color #aaa523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 00100011
Octal 252 245 43
Decimal 170 165 35
Hex AA A5 23

RGB Percentages of Color #aaa523

%45.95
%44.59
%9.46

CMYK Percentages of Color #aaa523

%0
%3
%79
%33

Triadic Colors of #aaa523

#aaa523 #23aaa5 #a523aa

Analogous Colors of #aaa523

#aaa523 #6caa23 #aa6223

Monochromatic Colors of #aaa523

#aaa523

Complementary Color

#aaa523 #2328aa

#aaa523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa523 Color CSS Codes

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

#aaa523 Text Font Color

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

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


#aaa523 Background Color

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

This div background color is #aaa523


#aaa523 Border Color

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

This div border color is #aaa523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa523


Comments

No comments written yet.

Please login to write comment.