#A1AB8C

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

Shades of Green Spring #A1AB8C

Tints of Green Spring #A1AB8C

Color information

#A1AB8C (or 0xA1AB8C) is unknown color: approx Green Spring. HEX triplet: A1, AB and 8C. RGB value is (161,171,140). Sum of RGB (Red+Green+Blue) = 161+171+140=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB8C is #5E5473. Grayscale: #A4A4A4. Windows color (decimal): -6182004 or 9218977. OLE color: 9218977.

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

Color convert

RGB161171140-
CMYK0.0600.180.33
HSL79.35º15.58%60.98%-
HSV(B)79.35º18.13%67.06%-
XYZ33.9938.630.47-
YUV164.48114.19125.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=34.11%
G=36.23%
B=29.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611711400.0600.180.3379.3515.5860.98
HexA1AB8C6012214f103d
Octal2412532146022411172075
Binary101000011010101110001100110010010100001100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB8C; }

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

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

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

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

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

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

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

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