#AA9A2B

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

Shades of Lucky #AA9A2B

Tints of Lucky #AA9A2B

Color information

#AA9A2B (or 0xAA9A2B) is unknown color: approx Lucky. HEX triplet: AA, 9A and 2B. RGB value is (170,154,43). Sum of RGB (Red+Green+Blue) = 170+154+43=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A2B is #5565D4. Grayscale: #929292. Windows color (decimal): -5596629 or 2857642. OLE color: 2857642.

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

Color convert

RGB17015443-
CMYK00.090.750.33
HSL52.44º59.62%41.76%-
HSV(B)52.44º74.71%66.67%-
XYZ28.5731.836.92-
YUV146.1369.8145.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=46.32%
G=41.96%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701544300.090.750.3352.4459.6241.76
HexAA9A2B094B21343c2a
Octal2522325301111341647452
Binary1010101010011010101011010011001011100001110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A2B; }

 p { color: rgb(170,154,43); }

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

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

 a { background-color: rgb(170,154,43); }

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

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

 span { border-color: rgb(170,154,43); }

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