#A49007

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

Shades of Lucky #A49007

Tints of Lucky #A49007

Color information

#A49007 (or 0xA49007) is unknown color: approx Lucky. HEX triplet: A4, 90 and 07. RGB value is (164,144,7). Sum of RGB (Red+Green+Blue) = 164+144+7=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A49007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49007 is #5B6FF8. Grayscale: #868686. Windows color (decimal): -5992441 or 495780. OLE color: 495780.

HSL color Cylindrical-coordinate representation of color #A49007: hue angle of 52.36º 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 #A49007 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1641447-
CMYK00.120.960.36
HSL52.36º91.81%33.53%-
HSV(B)52.36º95.73%64.31%-
XYZ25.3227.854.24-
YUV134.3656.13149.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=52.06%
G=45.71%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164144700.120.960.3652.3691.8133.53
HexA49070C6024345c22
Octal2442207014140446413442
Binary10100100100100001110110011000001001001101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49007; }

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

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

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

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

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

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

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

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