#AA9B2B

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

Shades of Lucky #AA9B2B

Tints of Lucky #AA9B2B

Color information

#AA9B2B (or 0xAA9B2B) is unknown color: approx Lucky. HEX triplet: AA, 9B and 2B. RGB value is (170,155,43). Sum of RGB (Red+Green+Blue) = 170+155+43=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B2B is #5564D4. Grayscale: #939393. Windows color (decimal): -5596373 or 2857898. OLE color: 2857898.

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

Color convert

RGB17015543-
CMYK00.090.750.33
HSL52.91º59.62%41.76%-
HSV(B)52.91º74.71%66.67%-
XYZ28.7332.166.98-
YUV146.7269.47144.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=46.20%
G=42.12%
B=11.68%

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
Decimal1701554300.090.750.3352.9159.6241.76
HexAA9B2B094B21353c2a
Octal2522335301111341657452
Binary1010101010011011101011010011001011100001110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B2B; }

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

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

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

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

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

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

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

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