#AAA509

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

Shades of Lucky #AAA509

Tints of Lucky #AAA509

Color information

#AAA509 (or 0xAAA509) is unknown color: approx Lucky. HEX triplet: AA, A5 and 09. RGB value is (170,165,9). Sum of RGB (Red+Green+Blue) = 170+165+9=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA509 is #555AF6. Grayscale: #959595. Windows color (decimal): -5593847 or 632234. OLE color: 632234.

HSL color Cylindrical-coordinate representation of color #AAA509: hue angle of 58.14º 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 #AAA509 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1701659-
CMYK00.030.950.33
HSL58.14º89.94%35.1%-
HSV(B)58.14º94.71%66.67%-
XYZ30.0835.485.52-
YUV148.7149.16143.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 165 (64.84% from 255) = 47.97%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=49.42%
G=47.97%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170165900.030.950.3358.1489.9435.1
HexAAA59035F213a5a23
Octal2522451103137417213243
Binary1010101010100101100101110111111000011110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA509; }

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

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

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

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

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

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

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

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