#A9992A

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

Shades of Lucky #A9992A

Tints of Lucky #A9992A

Color information

#A9992A (or 0xA9992A) is unknown color: approx Lucky. HEX triplet: A9, 99 and 2A. RGB value is (169,153,42). Sum of RGB (Red+Green+Blue) = 169+153+42=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9992A is #5666D5. Grayscale: #919191. Windows color (decimal): -5662422 or 2791849. OLE color: 2791849.

HSL color Cylindrical-coordinate representation of color #A9992A: hue angle of 52.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9992A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16915342-
CMYK00.090.750.34
HSL52.44º60.19%41.37%-
HSV(B)52.44º75.15%66.27%-
XYZ28.1731.386.76-
YUV145.1369.8145.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=46.43%
G=42.03%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691534200.090.750.3452.4460.1941.37
HexA9992A094B22343c29
Octal2512315201111342647451
Binary1010100110011001101010010011001011100010110100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9992A; }

 p { color: rgb(169,153,42); }

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

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

 a { background-color: rgb(169,153,42); }

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

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

 span { border-color: rgb(169,153,42); }

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