#A6952A

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

Shades of Lucky #A6952A

Tints of Lucky #A6952A

Color information

#A6952A (or 0xA6952A) is unknown color: approx Lucky. HEX triplet: A6, 95 and 2A. RGB value is (166,149,42). Sum of RGB (Red+Green+Blue) = 166+149+42=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952A is #596AD5. Grayscale: #8E8E8E. Windows color (decimal): -5860054 or 2790822. OLE color: 2790822.

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

Color convert

RGB16614942-
CMYK00.100.750.35
HSL51.77º59.62%40.78%-
HSV(B)51.77º74.7%65.1%-
XYZ26.8929.776.52-
YUV141.8871.63145.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=46.50%
G=41.74%
B=11.76%

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
Decimal1661494200.100.750.3551.7759.6240.78
HexA6952A0A4B23343c29
Octal2462255201211343647451
Binary1010011010010101101010010101001011100011110100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6952A; }

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

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

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

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

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

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

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

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