#A2960A

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

Shades of Lucky #A2960A

Tints of Lucky #A2960A

Color information

#A2960A (or 0xA2960A) is unknown color: approx Lucky. HEX triplet: A2, 96 and 0A. RGB value is (162,150,10). Sum of RGB (Red+Green+Blue) = 162+150+10=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2960A is #5D69F5. Grayscale: #8A8A8A. Windows color (decimal): -6121974 or 693922. OLE color: 693922.

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

Color convert

RGB16215010-
CMYK00.070.940.36
HSL55.26º88.37%33.73%-
HSV(B)55.26º93.83%63.53%-
XYZ25.8629.524.62-
YUV137.6355.98145.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 10 (4.30% from 255) = 3.11%
R=50.31%
G=46.58%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621501000.070.940.3655.2688.3733.73
HexA296A075E24375822
Octal2422261207136446713042
Binary10100010100101101010011110111101001001101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2960A; }

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

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

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

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

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

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

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

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