#A8AC9F

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

Shades of Green Spring #A8AC9F

Tints of Green Spring #A8AC9F

Color information

#A8AC9F (or 0xA8AC9F) is unknown color: approx Green Spring. HEX triplet: A8, AC and 9F. RGB value is (168,172,159). Sum of RGB (Red+Green+Blue) = 168+172+159=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9F is #575360. Grayscale: #A9A9A9. Windows color (decimal): -5722977 or 10464424. OLE color: 10464424.

HSL color Cylindrical-coordinate representation of color #A8AC9F: hue angle of 78.46º degrees, saturation: 0.07, 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 #A8AC9F is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB168172159-
CMYK0.0200.080.33
HSL78.46º7.26%64.9%-
HSV(B)78.46º7.56%67.45%-
XYZ37.1640.3338.63-
YUV169.32122.17127.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=33.67%
G=34.47%
B=31.86%

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
Decimal1681721590.0200.080.3378.467.2664.9
HexA8AC9F208214e741
Octal2502542372010411167101
Binary101010001010110010011111100100010000110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC9F; }

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

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

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

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

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

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

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

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