#A1AB91

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

Shades of Green Spring #A1AB91

Tints of Green Spring #A1AB91

Color information

#A1AB91 (or 0xA1AB91) is unknown color: approx Green Spring. HEX triplet: A1, AB and 91. RGB value is (161,171,145). Sum of RGB (Red+Green+Blue) = 161+171+145=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB91 is #5E546E. Grayscale: #A5A5A5. Windows color (decimal): -6181999 or 9546657. OLE color: 9546657.

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

Color convert

RGB161171145-
CMYK0.0600.150.33
HSL83.08º13.4%61.96%-
HSV(B)83.08º15.2%67.06%-
XYZ34.3738.7532.46-
YUV165.05116.69125.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=33.75%
G=35.85%
B=30.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611711450.0600.150.3383.0813.461.96
HexA1AB9160F2153d3e
Octal2412532216017411231576
Binary1010000110101011100100011100111110000110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB91; }

 p { color: rgb(161,171,145); }

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

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

 a { background-color: rgb(161,171,145); }

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

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

 span { border-color: rgb(161,171,145); }

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