#a6982a

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

Shades of Lucky #A6982A

Tints of Lucky #A6982A

Color information

#A6982A (or 0xA6982A) is unknown color: approx Lucky. HEX triplet: A6, 98 and 2A. RGB value is (166,152,42). Sum of RGB (Red+Green+Blue) = 166+152+42=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6982A is #5967D5. Grayscale: #909090. Windows color (decimal): -5859286 or 2791590. OLE color: 2791590.

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

Color convert

RGB16615242-
CMYK00.080.750.35
HSL53.23º59.62%40.78%-
HSV(B)53.23º74.7%65.1%-
XYZ27.3730.736.68-
YUV143.6570.64143.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=46.11%
G=42.22%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661524200.080.750.3553.2359.6240.78
HexA6982A084B23353c29
Octal2462305201011343657451
Binary1010011010011000101010010001001011100011110101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6982a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6982a; }

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

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

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

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

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

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

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

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