#A6AC9D

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

Shades of Green Spring #A6AC9D

Tints of Green Spring #A6AC9D

Color information

#A6AC9D (or 0xA6AC9D) is unknown color: approx Green Spring. HEX triplet: A6, AC and 9D. RGB value is (166,172,157). Sum of RGB (Red+Green+Blue) = 166+172+157=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AC9D is #595362. Grayscale: #A8A8A8. Windows color (decimal): -5854051 or 10333350. OLE color: 10333350.

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

Color convert

RGB166172157-
CMYK0.0300.090.33
HSL84º8.29%64.51%-
HSV(B)84º8.72%67.45%-
XYZ36.5640.0537.7-
YUV168.5121.51126.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=33.54%
G=34.75%
B=31.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721570.0300.090.33848.2964.51
HexA6AC9D3092154841
Octal24625423530114112410101
Binary1010011010101100100111011101001100001101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC9D; }

 p { color: rgb(166,172,157); }

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

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

 a { background-color: rgb(166,172,157); }

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

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

 span { border-color: rgb(166,172,157); }

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