#A9AC9C

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

Shades of Green Spring #A9AC9C

Tints of Green Spring #A9AC9C

Color information

#A9AC9C (or 0xA9AC9C) is unknown color: approx Green Spring. HEX triplet: A9, AC and 9C. RGB value is (169,172,156). Sum of RGB (Red+Green+Blue) = 169+172+156=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC9C is #565363. Grayscale: #A9A9A9. Windows color (decimal): -5657444 or 10267817. OLE color: 10267817.

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

Color convert

RGB169172156-
CMYK0.0200.090.33
HSL71.25º8.79%64.31%-
HSV(B)71.25º9.3%67.45%-
XYZ37.1240.3437.28-
YUV169.28120.51127.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=34.00%
G=34.61%
B=31.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721560.0200.090.3371.258.7964.31
HexA9AC9C2092147940
Octal25125423420114110711100
Binary1010100110101100100111001001001100001100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC9C; }

 p { color: rgb(169,172,156); }

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

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

 a { background-color: rgb(169,172,156); }

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

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

 span { border-color: rgb(169,172,156); }

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