#A8AC9E

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

Shades of Green Spring #A8AC9E

Tints of Green Spring #A8AC9E

Color information

#A8AC9E (or 0xA8AC9E) is unknown color: approx Green Spring. HEX triplet: A8, AC and 9E. RGB value is (168,172,158). Sum of RGB (Red+Green+Blue) = 168+172+158=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9E is #575361. Grayscale: #A9A9A9. Windows color (decimal): -5722978 or 10398888. OLE color: 10398888.

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

Color convert

RGB168172158-
CMYK0.0200.080.33
HSL77.14º7.78%64.71%-
HSV(B)77.14º8.14%67.45%-
XYZ37.0740.338.17-
YUV169.21121.67127.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=33.73%
G=34.54%
B=31.73%

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
Decimal1681721580.0200.080.3377.147.7864.71
HexA8AC9E208214d841
Octal25025423620104111510101
Binary1010100010101100100111101001000100001100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC9E; }

 p { color: rgb(168,172,158); }

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

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

 a { background-color: rgb(168,172,158); }

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

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

 span { border-color: rgb(168,172,158); }

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