#A4AB97

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

Shades of Green Spring #A4AB97

Tints of Green Spring #A4AB97

Color information

#A4AB97 (or 0xA4AB97) is unknown color: approx Green Spring. HEX triplet: A4, AB and 97. RGB value is (164,171,151). Sum of RGB (Red+Green+Blue) = 164+171+151=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB97 is #5B5468. Grayscale: #A6A6A6. Windows color (decimal): -5985385 or 9939876. OLE color: 9939876.

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

Color convert

RGB164171151-
CMYK0.0400.120.33
HSL81º10.64%63.14%-
HSV(B)81º11.7%67.06%-
XYZ35.4639.2534.99-
YUV166.63119.18126.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=33.74%
G=35.19%
B=31.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711510.0400.120.338110.6463.14
HexA4AB9740C2151b3f
Octal2442532274014411211377
Binary1010010010101011100101111000110010000110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB97; }

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

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

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

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

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

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

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

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