#AAA306

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

Shades of Lucky #AAA306

Tints of Lucky #AAA306

Color information

#AAA306 (or 0xAAA306) is unknown color: approx Lucky. HEX triplet: AA, A3 and 06. RGB value is (170,163,6). Sum of RGB (Red+Green+Blue) = 170+163+6=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA306 is #555CF9. Grayscale: #939393. Windows color (decimal): -5594362 or 435114. OLE color: 435114.

HSL color Cylindrical-coordinate representation of color #AAA306: hue angle of 57.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAA306 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1701636-
CMYK00.040.960.33
HSL57.44º93.18%34.51%-
HSV(B)57.44º96.47%66.67%-
XYZ29.7134.755.31-
YUV147.248.32144.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 6 (2.73% from 255) = 1.77%
R=50.15%
G=48.08%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170163600.040.960.3357.4493.1834.51
HexAAA36046021395d23
Octal252243604140417113543
Binary1010101010100011110010011000001000011110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA306; }

 p { color: rgb(170,163,6); }

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

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

 a { background-color: rgb(170,163,6); }

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

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

 span { border-color: rgb(170,163,6); }

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