#a49d2f

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

Shades of Lucky #A49D2F

Tints of Lucky #A49D2F

Color information

#A49D2F (or 0xA49D2F) is unknown color: approx Lucky. HEX triplet: A4, 9D and 2F. RGB value is (164,157,47). Sum of RGB (Red+Green+Blue) = 164+157+47=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D2F is #5B62D0. Grayscale: #929292. Windows color (decimal): -5989073 or 3120548. OLE color: 3120548.

HSL color Cylindrical-coordinate representation of color #A49D2F: hue angle of 56.41º 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 #A49D2F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16415747-
CMYK00.040.710.36
HSL56.41º55.45%41.37%-
HSV(B)56.41º71.34%64.31%-
XYZ27.8832.217.44-
YUV146.5571.82140.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 47 (18.75% from 255) = 12.77%
R=44.57%
G=42.66%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641574700.040.710.3656.4155.4541.37
HexA49D2F044724383729
Octal244235570410744706751
Binary101001001001110110111101001000111100100111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a49d2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a49d2f; }

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

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

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

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

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

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

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

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