#A6A562

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

Shades of Green Smoke #A6A562

Tints of Green Smoke #A6A562

Color information

#A6A562 (or 0xA6A562) is unknown color: approx Green Smoke. HEX triplet: A6, A5 and 62. RGB value is (166,165,98). Sum of RGB (Red+Green+Blue) = 166+165+98=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A562 is #595A9D. Grayscale: #9D9D9D. Windows color (decimal): -5855902 or 6464934. OLE color: 6464934.

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

Color convert

RGB16616598-
CMYK00.010.410.35
HSL59.12º27.64%51.76%-
HSV(B)59.12º40.96%65.1%-
XYZ31.3935.916.83-
YUV157.6694.33133.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=38.69%
G=38.46%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661659800.010.410.3559.1227.6451.76
HexA6A5620129233b1c34
Octal246245142015143733464
Binary101001101010010111000100110100110001111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A562; }

 p { color: rgb(166,165,98); }

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

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

 a { background-color: rgb(166,165,98); }

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

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

 span { border-color: rgb(166,165,98); }

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