#A49205

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

Shades of Lucky #A49205

Tints of Lucky #A49205

Color information

#A49205 (or 0xA49205) is unknown color: approx Lucky. HEX triplet: A4, 92 and 05. RGB value is (164,146,5). Sum of RGB (Red+Green+Blue) = 164+146+5=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A49205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49205 is #5B6DFA. Grayscale: #878787. Windows color (decimal): -5991931 or 365220. OLE color: 365220.

HSL color Cylindrical-coordinate representation of color #A49205: hue angle of 53.21º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A49205 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB1641465-
CMYK00.110.970.36
HSL53.21º94.08%33.14%-
HSV(B)53.21º96.95%64.31%-
XYZ25.6228.464.29-
YUV135.3154.46148.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=52.06%
G=46.35%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164146500.110.970.3653.2194.0833.14
HexA49250B6124355e21
Octal2442225013141446513641
Binary10100100100100101010101111000011001001101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49205; }

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

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

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

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

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

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

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

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