#AAA409

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

Shades of Lucky #AAA409

Tints of Lucky #AAA409

Color information

#AAA409 (or 0xAAA409) is unknown color: approx Lucky. HEX triplet: AA, A4 and 09. RGB value is (170,164,9). Sum of RGB (Red+Green+Blue) = 170+164+9=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA409 is #555BF6. Grayscale: #949494. Windows color (decimal): -5594103 or 631978. OLE color: 631978.

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

Color convert

RGB1701649-
CMYK00.040.950.33
HSL57.76º89.94%35.1%-
HSV(B)57.76º94.71%66.67%-
XYZ29.935.125.46-
YUV148.1249.49143.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 164 (64.45% from 255) = 47.81%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=49.56%
G=47.81%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170164900.040.950.3357.7689.9435.1
HexAAA49045F213a5a23
Octal2522441104137417213243
Binary10101010101001001001010010111111000011110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA409; }

 p { color: rgb(170,164,9); }

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

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

 a { background-color: rgb(170,164,9); }

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

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

 span { border-color: rgb(170,164,9); }

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