#A6AA97

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

Shades of Green Spring #A6AA97

Tints of Green Spring #A6AA97

Color information

#A6AA97 (or 0xA6AA97) is unknown color: approx Green Spring. HEX triplet: A6, AA and 97. RGB value is (166,170,151). Sum of RGB (Red+Green+Blue) = 166+170+151=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA97 is #595568. Grayscale: #A6A6A6. Windows color (decimal): -5854569 or 9939622. OLE color: 9939622.

HSL color Cylindrical-coordinate representation of color #A6AA97: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6AA97 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB166170151-
CMYK0.0200.110.33
HSL72.63º10.05%62.94%-
HSV(B)72.63º11.18%66.67%-
XYZ35.6939.0934.94-
YUV166.64119.17127.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=34.09%
G=34.91%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701510.0200.110.3372.6310.0562.94
HexA6AA9720B2149a3f
Octal2462522272013411111277
Binary101001101010101010010111100101110000110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA97; }

 p { color: rgb(166,170,151); }

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

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

 a { background-color: rgb(166,170,151); }

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

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

 span { border-color: rgb(166,170,151); }

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