#A49C16

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

Shades of Lucky #A49C16

Tints of Lucky #A49C16

Color information

#A49C16 (or 0xA49C16) is unknown color: approx Lucky. HEX triplet: A4, 9C and 16. RGB value is (164,156,22). Sum of RGB (Red+Green+Blue) = 164+156+22=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C16 is #5B63E9. Grayscale: #8F8F8F. Windows color (decimal): -5989354 or 1481892. OLE color: 1481892.

HSL color Cylindrical-coordinate representation of color #A49C16: hue angle of 56.62º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A49C16 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16415622-
CMYK00.050.870.36
HSL56.62º76.34%36.47%-
HSV(B)56.62º86.59%64.31%-
XYZ27.3431.735.44-
YUV143.1259.65142.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=47.95%
G=45.61%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641562200.050.870.3656.6276.3436.47
HexA49C16055724394c24
Octal2442342605127447111444
Binary101001001001110010110010110101111001001110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C16; }

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

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

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

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

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

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

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

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