#A6962A

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

Shades of Lucky #A6962A

Tints of Lucky #A6962A

Color information

#A6962A (or 0xA6962A) is unknown color: approx Lucky. HEX triplet: A6, 96 and 2A. RGB value is (166,150,42). Sum of RGB (Red+Green+Blue) = 166+150+42=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6962A is #5969D5. Grayscale: #8E8E8E. Windows color (decimal): -5859798 or 2791078. OLE color: 2791078.

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

Color convert

RGB16615042-
CMYK00.100.750.35
HSL52.26º59.62%40.78%-
HSV(B)52.26º74.7%65.1%-
XYZ27.0530.096.57-
YUV142.4771.3144.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 42 (16.80% from 255) = 11.73%
R=46.37%
G=41.90%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661504200.100.750.3552.2659.6240.78
HexA6962A0A4B23343c29
Octal2462265201211343647451
Binary1010011010010110101010010101001011100011110100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6962A; }

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

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

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

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

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

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

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

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