#AA991C

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

Shades of Lucky #AA991C

Tints of Lucky #AA991C

Color information

#AA991C (or 0xAA991C) is unknown color: approx Lucky. HEX triplet: AA, 99 and 1C. RGB value is (170,153,28). Sum of RGB (Red+Green+Blue) = 170+153+28=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA991C is #5566E3. Grayscale: #909090. Windows color (decimal): -5596900 or 1874346. OLE color: 1874346.

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

Color convert

RGB17015328-
CMYK00.10.840.33
HSL52.82º71.72%38.82%-
HSV(B)52.82º83.53%66.67%-
XYZ28.1831.415.68-
YUV143.8362.63146.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=48.43%
G=43.59%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701532800.10.840.3352.8271.7238.82
HexAA991C0A5421354827
Octal25223134012124416511047
Binary1010101010011001111000101010101001000011101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA991C; }

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

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

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

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

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

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

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

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