#A6AA9C

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

Shades of Green Spring #A6AA9C

Tints of Green Spring #A6AA9C

Color information

#A6AA9C (or 0xA6AA9C) is unknown color: approx Green Spring. HEX triplet: A6, AA and 9C. RGB value is (166,170,156). Sum of RGB (Red+Green+Blue) = 166+170+156=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA9C is #595563. Grayscale: #A7A7A7. Windows color (decimal): -5854564 or 10267302. OLE color: 10267302.

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

Color convert

RGB166170156-
CMYK0.0200.080.33
HSL77.14º7.61%63.92%-
HSV(B)77.14º8.24%66.67%-
XYZ36.139.2637.13-
YUV167.21121.67127.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=33.74%
G=34.55%
B=31.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701560.0200.080.3377.147.6163.92
HexA6AA9C208214d840
Octal24625223420104111510100
Binary1010011010101010100111001001000100001100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA9C; }

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

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

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

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

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

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

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

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