#A99C16

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

Shades of Lucky #A99C16

Tints of Lucky #A99C16

Color information

#A99C16 (or 0xA99C16) is unknown color: approx Lucky. HEX triplet: A9, 9C and 16. RGB value is (169,156,22). Sum of RGB (Red+Green+Blue) = 169+156+22=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99C16 is #5663E9. Grayscale: #919191. Windows color (decimal): -5661674 or 1481897. OLE color: 1481897.

HSL color Cylindrical-coordinate representation of color #A99C16: hue angle of 54.69º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A99C16 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB16915622-
CMYK00.080.870.34
HSL54.69º76.96%37.45%-
HSV(B)54.69º86.98%66.27%-
XYZ28.432.275.49-
YUV144.6158.81145.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 22 (8.98% from 255) = 6.34%
R=48.70%
G=44.96%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691562200.080.870.3454.6976.9637.45
HexA99C16085722374d25
Octal25123426010127426711545
Binary1010100110011100101100100010101111000101101111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C16; }

 p { color: rgb(169,156,22); }

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

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

 a { background-color: rgb(169,156,22); }

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

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

 span { border-color: rgb(169,156,22); }

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