#AA9B1C

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

Shades of Lucky #AA9B1C

Tints of Lucky #AA9B1C

Color information

#AA9B1C (or 0xAA9B1C) is unknown color: approx Lucky. HEX triplet: AA, 9B and 1C. RGB value is (170,155,28). Sum of RGB (Red+Green+Blue) = 170+155+28=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B1C is #5564E3. Grayscale: #919191. Windows color (decimal): -5596388 or 1874858. OLE color: 1874858.

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

Color convert

RGB17015528-
CMYK00.090.840.33
HSL53.66º71.72%38.82%-
HSV(B)53.66º83.53%66.67%-
XYZ28.5132.075.79-
YUV145.0161.97145.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=48.16%
G=43.91%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701552800.090.840.3353.6671.7238.82
HexAA9B1C095421364827
Octal25223334011124416611047
Binary1010101010011011111000100110101001000011101101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B1C; }

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

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

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

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

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

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

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

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