#A99B2B

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

Shades of Lucky #A99B2B

Tints of Lucky #A99B2B

Color information

#A99B2B (or 0xA99B2B) is unknown color: approx Lucky. HEX triplet: A9, 9B and 2B. RGB value is (169,155,43). Sum of RGB (Red+Green+Blue) = 169+155+43=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99B2B is #5664D4. Grayscale: #929292. Windows color (decimal): -5661909 or 2857897. OLE color: 2857897.

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

Color convert

RGB16915543-
CMYK00.080.750.34
HSL53.33º59.43%41.57%-
HSV(B)53.33º74.56%66.27%-
XYZ28.5232.056.97-
YUV146.4269.64144.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=46.05%
G=42.23%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691554300.080.750.3453.3359.4341.57
HexA99B2B084B22353b2a
Octal2512335301011342657352
Binary1010100110011011101011010001001011100010110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B2B; }

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

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

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

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

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

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

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

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