#A7AB97

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

Shades of Green Spring #A7AB97

Tints of Green Spring #A7AB97

Color information

#A7AB97 (or 0xA7AB97) is unknown color: approx Green Spring. HEX triplet: A7, AB and 97. RGB value is (167,171,151). Sum of RGB (Red+Green+Blue) = 167+171+151=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AB97 is #585468. Grayscale: #A7A7A7. Windows color (decimal): -5788777 or 9939879. OLE color: 9939879.

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

Color convert

RGB167171151-
CMYK0.0200.120.33
HSL72º10.64%63.14%-
HSV(B)72º11.7%67.06%-
XYZ36.0939.5835.02-
YUV167.52118.67127.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=34.15%
G=34.97%
B=30.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671711510.0200.120.337210.6463.14
HexA7AB9720C2148b3f
Octal2472532272014411101377
Binary101001111010101110010111100110010000110010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB97; }

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

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

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

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

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

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

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

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