#A49210

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

Shades of Lucky #A49210

Tints of Lucky #A49210

Color information

#A49210 (or 0xA49210) is unknown color: approx Lucky. HEX triplet: A4, 92 and 10. RGB value is (164,146,16). Sum of RGB (Red+Green+Blue) = 164+146+16=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49210 is #5B6DEF. Grayscale: #898989. Windows color (decimal): -5991920 or 1086116. OLE color: 1086116.

HSL color Cylindrical-coordinate representation of color #A49210: hue angle of 52.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A49210 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16414616-
CMYK00.110.900.36
HSL52.7º82.22%35.29%-
HSV(B)52.7º90.24%64.31%-
XYZ25.6828.494.64-
YUV136.5659.96147.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=50.31%
G=44.79%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641461600.110.900.3652.782.2235.29
HexA492100B5A24355223
Octal24422220013132446512243
Binary1010010010010010100000101110110101001001101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49210; }

 p { color: rgb(164,146,16); }

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

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

 a { background-color: rgb(164,146,16); }

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

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

 span { border-color: rgb(164,146,16); }

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