#A7960F

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

Shades of Lucky #A7960F

Tints of Lucky #A7960F

Color information

#A7960F (or 0xA7960F) is unknown color: approx Lucky. HEX triplet: A7, 96 and 0F. RGB value is (167,150,15). Sum of RGB (Red+Green+Blue) = 167+150+15=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7960F is #5869F0. Grayscale: #8C8C8C. Windows color (decimal): -5794289 or 1021607. OLE color: 1021607.

HSL color Cylindrical-coordinate representation of color #A7960F: hue angle of 53.29º 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 #A7960F is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB16715015-
CMYK00.100.910.35
HSL53.29º83.52%35.69%-
HSV(B)53.29º91.02%65.49%-
XYZ26.9330.064.84-
YUV139.6957.63147.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 15 (6.25% from 255) = 4.52%
R=50.30%
G=45.18%
B=4.52%

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
Decimal1671501500.100.910.3553.2983.5235.69
HexA796F0A5B23355424
Octal24722617012133436512444
Binary101001111001011011110101010110111000111101011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7960F; }

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

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

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

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

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

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

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

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