#A49C21

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

Shades of Lucky #A49C21

Tints of Lucky #A49C21

Color information

#A49C21 (or 0xA49C21) is unknown color: approx Lucky. HEX triplet: A4, 9C and 21. RGB value is (164,156,33). Sum of RGB (Red+Green+Blue) = 164+156+33=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C21 is #5B63DE. Grayscale: #909090. Windows color (decimal): -5989343 or 2202788. OLE color: 2202788.

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

Color convert

RGB16415633-
CMYK00.050.800.36
HSL56.34º66.5%38.63%-
HSV(B)56.34º79.88%64.31%-
XYZ27.4731.786.12-
YUV144.3765.15142-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=46.46%
G=44.19%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641563300.050.800.3656.3466.538.63
HexA49C21055024384227
Octal2442344105120447010247
Binary1010010010011100100001010110100001001001110001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C21; }

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

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

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

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

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

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

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

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