#A7970F

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

Shades of Lucky #A7970F

Tints of Lucky #A7970F

Color information

#A7970F (or 0xA7970F) is unknown color: approx Lucky. HEX triplet: A7, 97 and 0F. RGB value is (167,151,15). Sum of RGB (Red+Green+Blue) = 167+151+15=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A7970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7970F is #5868F0. Grayscale: #8C8C8C. Windows color (decimal): -5794033 or 1021863. OLE color: 1021863.

HSL color Cylindrical-coordinate representation of color #A7970F: hue angle of 53.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7970F is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB16715115-
CMYK00.100.910.35
HSL53.68º83.52%35.69%-
HSV(B)53.68º91.02%65.49%-
XYZ27.0930.384.89-
YUV140.2857.3147.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 151 (59.38% from 255) = 45.35%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=50.15%
G=45.35%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671511500.100.910.3553.6883.5235.69
HexA797F0A5B23365424
Octal24722717012133436612444
Binary101001111001011111110101010110111000111101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7970F; }

 p { color: rgb(167,151,15); }

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

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

 a { background-color: rgb(167,151,15); }

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

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

 span { border-color: rgb(167,151,15); }

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