#A8AC9C

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

Shades of Green Spring #A8AC9C

Tints of Green Spring #A8AC9C

Color information

#A8AC9C (or 0xA8AC9C) is unknown color: approx Green Spring. HEX triplet: A8, AC and 9C. RGB value is (168,172,156). Sum of RGB (Red+Green+Blue) = 168+172+156=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9C is #575363. Grayscale: #A9A9A9. Windows color (decimal): -5722980 or 10267816. OLE color: 10267816.

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

Color convert

RGB168172156-
CMYK0.0200.090.33
HSL75º8.79%64.31%-
HSV(B)75º9.3%67.45%-
XYZ36.940.2337.27-
YUV168.98120.67127.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=33.87%
G=34.68%
B=31.45%

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
Decimal1681721560.0200.090.33758.7964.31
HexA8AC9C209214b940
Octal25025423420114111311100
Binary1010100010101100100111001001001100001100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC9C; }

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

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

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

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

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

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

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

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