#A49307

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

Shades of Lucky #A49307

Tints of Lucky #A49307

Color information

#A49307 (or 0xA49307) is unknown color: approx Lucky. HEX triplet: A4, 93 and 07. RGB value is (164,147,7). Sum of RGB (Red+Green+Blue) = 164+147+7=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A49307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49307 is #5B6CF8. Grayscale: #888888. Windows color (decimal): -5991673 or 496548. OLE color: 496548.

HSL color Cylindrical-coordinate representation of color #A49307: hue angle of 53.5º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A49307 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1641477-
CMYK00.100.960.36
HSL53.5º91.81%33.53%-
HSV(B)53.5º95.73%64.31%-
XYZ25.7828.784.4-
YUV136.1255.13147.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 7 (3.12% from 255) = 2.20%
R=51.57%
G=46.23%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164147700.100.960.3653.591.8133.53
HexA49370A6024365c22
Octal2442237012140446613442
Binary10100100100100111110101011000001001001101101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49307; }

 p { color: rgb(164,147,7); }

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

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

 a { background-color: rgb(164,147,7); }

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

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

 span { border-color: rgb(164,147,7); }

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