#A0AB8C

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

Shades of Green Spring #A0AB8C

Tints of Green Spring #A0AB8C

Color information

#A0AB8C (or 0xA0AB8C) is unknown color: approx Green Spring. HEX triplet: A0, AB and 8C. RGB value is (160,171,140). Sum of RGB (Red+Green+Blue) = 160+171+140=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8C is #5F5473. Grayscale: #A4A4A4. Windows color (decimal): -6247540 or 9218976. OLE color: 9218976.

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

Color convert

RGB160171140-
CMYK0.0600.180.33
HSL81.29º15.58%60.98%-
HSV(B)81.29º18.13%67.06%-
XYZ33.7938.4930.46-
YUV164.18114.36125.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=33.97%
G=36.31%
B=29.72%

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
Decimal1601711400.0600.180.3381.2915.5860.98
HexA0AB8C60122151103d
Octal2402532146022411212075
Binary101000001010101110001100110010010100001101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB8C; }

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

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

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

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

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

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

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

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