#A8AC96

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

Shades of Green Spring #A8AC96

Tints of Green Spring #A8AC96

Color information

#A8AC96 (or 0xA8AC96) is unknown color: approx Green Spring. HEX triplet: A8, AC and 96. RGB value is (168,172,150). Sum of RGB (Red+Green+Blue) = 168+172+150=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC96 is #575369. Grayscale: #A8A8A8. Windows color (decimal): -5722986 or 9874600. OLE color: 9874600.

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

Color convert

RGB168172150-
CMYK0.0200.130.33
HSL70.91º11.7%63.14%-
HSV(B)70.91º12.79%67.45%-
XYZ36.4140.0334.66-
YUV168.3117.67127.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=34.29%
G=35.10%
B=30.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721500.0200.130.3370.9111.763.14
HexA8AC9620D2147c3f
Octal2502542262015411071477
Binary101010001010110010010110100110110000110001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC96; }

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

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

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

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

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

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

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

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