#A49F2C

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

Shades of Lucky #A49F2C

Tints of Lucky #A49F2C

Color information

#A49F2C (or 0xA49F2C) is unknown color: approx Lucky. HEX triplet: A4, 9F and 2C. RGB value is (164,159,44). Sum of RGB (Red+Green+Blue) = 164+159+44=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F2C is #5B60D3. Grayscale: #939393. Windows color (decimal): -5988564 or 2924452. OLE color: 2924452.

HSL color Cylindrical-coordinate representation of color #A49F2C: hue angle of 57.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A49F2C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16415944-
CMYK00.030.730.36
HSL57.5º57.69%40.78%-
HSV(B)57.5º73.17%64.31%-
XYZ28.1632.877.24-
YUV147.3869.66139.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=44.69%
G=43.32%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641594400.030.730.3657.557.6940.78
HexA49F2C0349243a3a29
Octal244237540311144727251
Binary10100100100111111011000111001001100100111010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F2C; }

 p { color: rgb(164,159,44); }

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

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

 a { background-color: rgb(164,159,44); }

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

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

 span { border-color: rgb(164,159,44); }

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