#A7AC95

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

Shades of Green Spring #A7AC95

Tints of Green Spring #A7AC95

Color information

#A7AC95 (or 0xA7AC95) is unknown color: approx Green Spring. HEX triplet: A7, AC and 95. RGB value is (167,172,149). Sum of RGB (Red+Green+Blue) = 167+172+149=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AC95 is #58536A. Grayscale: #A7A7A7. Windows color (decimal): -5788523 or 9809063. OLE color: 9809063.

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

Color convert

RGB167172149-
CMYK0.0300.130.33
HSL73.04º12.17%62.94%-
HSV(B)73.04º13.37%67.45%-
XYZ36.1139.8934.23-
YUV167.88117.34127.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.22%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=34.22%
G=35.25%
B=30.53%

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
Decimal1671721490.0300.130.3373.0412.1762.94
HexA7AC9530D2149c3f
Octal2472542253015411111477
Binary101001111010110010010101110110110000110010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC95; }

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

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

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

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

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

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

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

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