#AAA61C

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

Shades of Lucky #AAA61C

Tints of Lucky #AAA61C

Color information

#AAA61C (or 0xAAA61C) is unknown color: approx Lucky. HEX triplet: AA, A6 and 1C. RGB value is (170,166,28). Sum of RGB (Red+Green+Blue) = 170+166+28=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA61C is #5559E3. Grayscale: #989898. Windows color (decimal): -5593572 or 1877674. OLE color: 1877674.

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

Color convert

RGB17016628-
CMYK00.020.840.33
HSL58.31º71.72%38.82%-
HSV(B)58.31º83.53%66.67%-
XYZ30.4235.96.42-
YUV151.4658.33141.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 28 (11.33% from 255) = 7.69%
R=46.70%
G=45.60%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701662800.020.840.3358.3171.7238.82
HexAAA61C0254213a4827
Octal2522463402124417211047
Binary10101010101001101110001010101001000011110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA61C; }

 p { color: rgb(170,166,28); }

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

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

 a { background-color: rgb(170,166,28); }

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

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

 span { border-color: rgb(170,166,28); }

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