#AA9E2A

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

Shades of Lucky #AA9E2A

Tints of Lucky #AA9E2A

Color information

#AA9E2A (or 0xAA9E2A) is unknown color: approx Lucky. HEX triplet: AA, 9E and 2A. RGB value is (170,158,42). Sum of RGB (Red+Green+Blue) = 170+158+42=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E2A is #5561D5. Grayscale: #949494. Windows color (decimal): -5595606 or 2793130. OLE color: 2793130.

HSL color Cylindrical-coordinate representation of color #AA9E2A: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA9E2A is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17015842-
CMYK00.070.750.33
HSL54.38º60.38%41.57%-
HSV(B)54.38º75.29%66.67%-
XYZ29.2233.177.05-
YUV148.3667.98143.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=45.95%
G=42.70%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701584200.070.750.3354.3860.3841.57
HexAA9E2A074B21363c2a
Octal252236520711341667452
Binary101010101001111010101001111001011100001110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E2A; }

 p { color: rgb(170,158,42); }

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

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

 a { background-color: rgb(170,158,42); }

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

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

 span { border-color: rgb(170,158,42); }

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