#A49A2F

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

Shades of Lucky #A49A2F

Tints of Lucky #A49A2F

Color information

#A49A2F (or 0xA49A2F) is unknown color: approx Lucky. HEX triplet: A4, 9A and 2F. RGB value is (164,154,47). Sum of RGB (Red+Green+Blue) = 164+154+47=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A2F is #5B65D0. Grayscale: #919191. Windows color (decimal): -5989841 or 3119780. OLE color: 3119780.

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

Color convert

RGB16415447-
CMYK00.060.710.36
HSL54.87º55.45%41.37%-
HSV(B)54.87º71.34%64.31%-
XYZ27.3831.217.27-
YUV144.7972.81141.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 47 (18.75% from 255) = 12.88%
R=44.93%
G=42.19%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641544700.060.710.3654.8755.4541.37
HexA49A2F064724373729
Octal244232570610744676751
Binary101001001001101010111101101000111100100110111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A2F; }

 p { color: rgb(164,154,47); }

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

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

 a { background-color: rgb(164,154,47); }

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

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

 span { border-color: rgb(164,154,47); }

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