#A99A2B

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

Shades of Lucky #A99A2B

Tints of Lucky #A99A2B

Color information

#A99A2B (or 0xA99A2B) is unknown color: approx Lucky. HEX triplet: A9, 9A and 2B. RGB value is (169,154,43). Sum of RGB (Red+Green+Blue) = 169+154+43=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A2B is #5665D4. Grayscale: #929292. Windows color (decimal): -5662165 or 2857641. OLE color: 2857641.

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

Color convert

RGB16915443-
CMYK00.090.750.34
HSL52.86º59.43%41.57%-
HSV(B)52.86º74.56%66.27%-
XYZ28.3531.726.91-
YUV145.8369.97144.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=46.17%
G=42.08%
B=11.75%

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
Decimal1691544300.090.750.3452.8659.4341.57
HexA99A2B094B22353b2a
Octal2512325301111342657352
Binary1010100110011010101011010011001011100010110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A2B; }

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

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

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

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

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

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

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

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