#A6960A

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

Shades of Lucky #A6960A

Tints of Lucky #A6960A

Color information

#A6960A (or 0xA6960A) is unknown color: approx Lucky. HEX triplet: A6, 96 and 0A. RGB value is (166,150,10). Sum of RGB (Red+Green+Blue) = 166+150+10=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6960A is #5969F5. Grayscale: #8B8B8B. Windows color (decimal): -5859830 or 693926. OLE color: 693926.

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

Color convert

RGB16615010-
CMYK00.100.940.35
HSL53.85º88.64%34.51%-
HSV(B)53.85º93.98%65.1%-
XYZ26.6929.944.66-
YUV138.8255.3147.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 10 (4.30% from 255) = 3.07%
R=50.92%
G=46.01%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661501000.100.940.3553.8588.6434.51
HexA696A0A5E23365923
Octal24622612012136436613143
Binary101001101001011010100101010111101000111101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6960A; }

 p { color: rgb(166,150,10); }

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

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

 a { background-color: rgb(166,150,10); }

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

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

 span { border-color: rgb(166,150,10); }

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