#A99D11

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

Shades of Lucky #A99D11

Tints of Lucky #A99D11

Color information

#A99D11 (or 0xA99D11) is unknown color: approx Lucky. HEX triplet: A9, 9D and 11. RGB value is (169,157,17). Sum of RGB (Red+Green+Blue) = 169+157+17=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D11 is #5662EE. Grayscale: #919191. Windows color (decimal): -5661423 or 1154473. OLE color: 1154473.

HSL color Cylindrical-coordinate representation of color #A99D11: hue angle of 55.26º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A99D11 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB16915717-
CMYK00.070.900.34
HSL55.26º81.72%36.47%-
HSV(B)55.26º89.94%66.27%-
XYZ28.5232.595.32-
YUV144.6355.98145.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=49.27%
G=45.77%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691571700.070.900.3455.2681.7236.47
HexA99D11075A22375224
Octal2512352107132426712244
Binary101010011001110110001011110110101000101101111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D11; }

 p { color: rgb(169,157,17); }

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

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

 a { background-color: rgb(169,157,17); }

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

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

 span { border-color: rgb(169,157,17); }

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