#A7AC96

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

Shades of Green Spring #A7AC96

Tints of Green Spring #A7AC96

Color information

#A7AC96 (or 0xA7AC96) is unknown color: approx Green Spring. HEX triplet: A7, AC and 96. RGB value is (167,172,150). Sum of RGB (Red+Green+Blue) = 167+172+150=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AC96 is #585369. Grayscale: #A8A8A8. Windows color (decimal): -5788522 or 9874599. OLE color: 9874599.

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

Color convert

RGB167172150-
CMYK0.0300.130.33
HSL73.64º11.7%63.14%-
HSV(B)73.64º12.79%67.45%-
XYZ36.1939.9234.65-
YUV168117.84127.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=34.15%
G=35.17%
B=30.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721500.0300.130.3373.6411.763.14
HexA7AC9630D214ac3f
Octal2472542263015411121477
Binary101001111010110010010110110110110000110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC96; }

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

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

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

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

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

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

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

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