#AA9E1C

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

Shades of Lucky #AA9E1C

Tints of Lucky #AA9E1C

Color information

#AA9E1C (or 0xAA9E1C) is unknown color: approx Lucky. HEX triplet: AA, 9E and 1C. RGB value is (170,158,28). Sum of RGB (Red+Green+Blue) = 170+158+28=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E1C is #5561E3. Grayscale: #939393. Windows color (decimal): -5595620 or 1875626. OLE color: 1875626.

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

Color convert

RGB17015828-
CMYK00.070.840.33
HSL54.93º71.72%38.82%-
HSV(B)54.93º83.53%66.67%-
XYZ29.0133.085.96-
YUV146.7760.98144.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 158 (62.11% from 255) = 44.38%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=47.75%
G=44.38%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701582800.070.840.3354.9371.7238.82
HexAA9E1C075421374827
Octal2522363407124416711047
Binary101010101001111011100011110101001000011101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E1C; }

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

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

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

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

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

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

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

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