#A7AC97

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

Shades of Green Spring #A7AC97

Tints of Green Spring #A7AC97

Color information

#A7AC97 (or 0xA7AC97) is unknown color: approx Green Spring. HEX triplet: A7, AC and 97. RGB value is (167,172,151). Sum of RGB (Red+Green+Blue) = 167+172+151=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AC97 is #585368. Grayscale: #A8A8A8. Windows color (decimal): -5788521 or 9940135. OLE color: 9940135.

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

Color convert

RGB167172151-
CMYK0.0300.120.33
HSL74.29º11.23%63.33%-
HSV(B)74.29º12.21%67.45%-
XYZ36.2739.9535.08-
YUV168.11118.34127.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=34.08%
G=35.10%
B=30.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721510.0300.120.3374.2911.2363.33
HexA7AC9730C214ab3f
Octal2472542273014411121377
Binary101001111010110010010111110110010000110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC97; }

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

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

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

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

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

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

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

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