#A7AC94

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

Shades of Green Spring #A7AC94

Tints of Green Spring #A7AC94

Color information

#A7AC94 (or 0xA7AC94) is unknown color: approx Green Spring. HEX triplet: A7, AC and 94. RGB value is (167,172,148). Sum of RGB (Red+Green+Blue) = 167+172+148=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AC94 is #58536B. Grayscale: #A7A7A7. Windows color (decimal): -5788524 or 9743527. OLE color: 9743527.

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

Color convert

RGB167172148-
CMYK0.0300.140.33
HSL72.5º12.63%62.75%-
HSV(B)72.5º13.95%67.45%-
XYZ36.0339.8633.81-
YUV167.77116.84127.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=34.29%
G=35.32%
B=30.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721480.0300.140.3372.512.6362.75
HexA7AC9430E2148d3f
Octal2472542243016411101577
Binary101001111010110010010100110111010000110010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC94; }

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

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

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

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

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

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

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

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