#A49D30

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

Shades of Lucky #A49D30

Tints of Lucky #A49D30

Color information

#A49D30 (or 0xA49D30) is unknown color: approx Lucky. HEX triplet: A4, 9D and 30. RGB value is (164,157,48). Sum of RGB (Red+Green+Blue) = 164+157+48=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D30 is #5B62CF. Grayscale: #939393. Windows color (decimal): -5989072 or 3186084. OLE color: 3186084.

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

Color convert

RGB16415748-
CMYK00.040.710.36
HSL56.38º54.72%41.57%-
HSV(B)56.38º70.73%64.31%-
XYZ27.932.227.54-
YUV146.6772.32140.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=44.44%
G=42.55%
B=13.01%

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
Decimal1641574800.040.710.3656.3854.7241.57
HexA49D3004472438372a
Octal244235600410744706752
Binary101001001001110111000001001000111100100111000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D30; }

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

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

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

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

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

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

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

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