#AAA81D

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

Shades of Lucky #AAA81D

Tints of Lucky #AAA81D

Color information

#AAA81D (or 0xAAA81D) is unknown color: approx Lucky. HEX triplet: AA, A8 and 1D. RGB value is (170,168,29). Sum of RGB (Red+Green+Blue) = 170+168+29=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA81D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA81D is #5557E2. Grayscale: #999999. Windows color (decimal): -5593059 or 1943722. OLE color: 1943722.

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

Color convert

RGB17016829-
CMYK00.010.830.33
HSL59.15º70.85%39.02%-
HSV(B)59.15º82.94%66.67%-
XYZ30.836.646.61-
YUV152.7558.16140.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 29 (11.72% from 255) = 7.90%
R=46.32%
G=45.78%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701682900.010.830.3359.1570.8539.02
HexAAA81D0153213b4727
Octal2522503501123417310747
Binary1010101010101000111010110100111000011110111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA81D; }

 p { color: rgb(170,168,29); }

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

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

 a { background-color: rgb(170,168,29); }

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

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

 span { border-color: rgb(170,168,29); }

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