#AAA21F

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

Shades of Lucky #AAA21F

Tints of Lucky #AAA21F

Color information

#AAA21F (or 0xAAA21F) is unknown color: approx Lucky. HEX triplet: AA, A2 and 1F. RGB value is (170,162,31). Sum of RGB (Red+Green+Blue) = 170+162+31=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA21F is #555DE0. Grayscale: #959595. Windows color (decimal): -5594593 or 2073258. OLE color: 2073258.

HSL color Cylindrical-coordinate representation of color #AAA21F: hue angle of 56.55º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA21F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17016231-
CMYK00.050.820.33
HSL56.55º69.15%39.41%-
HSV(B)56.55º81.76%66.67%-
XYZ29.7534.496.38-
YUV149.4661.15142.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=46.83%
G=44.63%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701623100.050.820.3356.5569.1539.41
HexAAA21F055221394527
Octal2522423705122417110547
Binary101010101010001011111010110100101000011110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA21F; }

 p { color: rgb(170,162,31); }

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

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

 a { background-color: rgb(170,162,31); }

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

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

 span { border-color: rgb(170,162,31); }

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