#A2960E

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

Shades of Lucky #A2960E

Tints of Lucky #A2960E

Color information

#A2960E (or 0xA2960E) is unknown color: approx Lucky. HEX triplet: A2, 96 and 0E. RGB value is (162,150,14). Sum of RGB (Red+Green+Blue) = 162+150+14=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2960E is #5D69F1. Grayscale: #8A8A8A. Windows color (decimal): -6121970 or 956066. OLE color: 956066.

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

Color convert

RGB16215014-
CMYK00.070.910.36
HSL55.14º84.09%34.51%-
HSV(B)55.14º91.36%63.53%-
XYZ25.8929.534.75-
YUV138.0857.98145.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=49.69%
G=46.01%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621501400.070.910.3655.1484.0934.51
HexA296E075B24375423
Octal2422261607133446712443
Binary10100010100101101110011110110111001001101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2960E; }

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

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

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

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

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

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

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

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