#AAA522

Color #AAA522 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AAA522

Tints of Lucky #AAA522

Color information

#AAA522 (or 0xAAA522) is unknown color: approx Lucky. HEX triplet: AA, A5 and 22. RGB value is (170,165,34). Sum of RGB (Red+Green+Blue) = 170+165+34=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA522 is #555ADD. Grayscale: #989898. Windows color (decimal): -5593822 or 2270634. OLE color: 2270634.

HSL color Cylindrical-coordinate representation of color #AAA522: hue angle of 57.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAA522 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB17016534-
CMYK00.030.800.33
HSL57.79º66.67%40%-
HSV(B)57.79º80%66.67%-
XYZ30.3235.576.78-
YUV151.5661.66141.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=46.07%
G=44.72%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701653400.030.800.3357.7966.6740
HexAAA5220350213a4328
Octal2522454203120417210350
Binary101010101010010110001001110100001000011110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA522; }

 p { color: rgb(170,165,34); }

 H1.HeaderClassName
 {
   color: #AAA522;
 }
 .AnyTagClassName
 {
   color: #AAA522;
 }
</style>
background-color css

<style>
 a { background-color: #AAA522; }

 a { background-color: rgb(170,165,34); }

 div.DivClassName
 {
   background-color: #AAA522;
 }
 .BgClassName
 {
   background-color: #AAA522;
 }
</style>
border-color css

<style>
 span { border-color: #AAA522; }

 span { border-color: rgb(170,165,34); }

 td.TdClassName
 {
   border-color: #AAA522;
 }
 .TagClassName
 {
   border-color: #AAA522;
 }
</style>