#A49D27

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

Shades of Lucky #A49D27

Tints of Lucky #A49D27

Color information

#A49D27 (or 0xA49D27) is unknown color: approx Lucky. HEX triplet: A4, 9D and 27. RGB value is (164,157,39). Sum of RGB (Red+Green+Blue) = 164+157+39=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D27 is #5B62D8. Grayscale: #929292. Windows color (decimal): -5989081 or 2596260. OLE color: 2596260.

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

Color convert

RGB16415739-
CMYK00.040.760.36
HSL56.64º61.58%39.8%-
HSV(B)56.64º76.22%64.31%-
XYZ27.7332.156.66-
YUV145.6467.82141.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 39 (15.62% from 255) = 10.83%
R=45.56%
G=43.61%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641573900.040.760.3656.6461.5839.8
HexA49D27044C24393e28
Octal244235470411444717650
Binary101001001001110110011101001001100100100111001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D27; }

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

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

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

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

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

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

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

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