#A6AC9B

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

Shades of Green Spring #A6AC9B

Tints of Green Spring #A6AC9B

Color information

#A6AC9B (or 0xA6AC9B) is unknown color: approx Green Spring. HEX triplet: A6, AC and 9B. RGB value is (166,172,155). Sum of RGB (Red+Green+Blue) = 166+172+155=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AC9B is #595364. Grayscale: #A8A8A8. Windows color (decimal): -5854053 or 10202278. OLE color: 10202278.

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

Color convert

RGB166172155-
CMYK0.0300.100.33
HSL81.18º9.29%64.12%-
HSV(B)81.18º9.88%67.45%-
XYZ36.3939.9836.81-
YUV168.27120.51126.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=33.67%
G=34.89%
B=31.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721550.0300.100.3381.189.2964.12
HexA6AC9B30A2151940
Octal24625423330124112111100
Binary1010011010101100100110111101010100001101000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC9B; }

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

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

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

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

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

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

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

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