#A1AA8E

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

Shades of Green Spring #A1AA8E

Tints of Green Spring #A1AA8E

Color information

#A1AA8E (or 0xA1AA8E) is unknown color: approx Green Spring. HEX triplet: A1, AA and 8E. RGB value is (161,170,142). Sum of RGB (Red+Green+Blue) = 161+170+142=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA8E is #5E5571. Grayscale: #A4A4A4. Windows color (decimal): -6182258 or 9349793. OLE color: 9349793.

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

Color convert

RGB161170142-
CMYK0.0500.160.33
HSL79.29º14.14%61.18%-
HSV(B)79.29º16.47%66.67%-
XYZ33.9638.2831.19-
YUV164.12115.52125.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=34.04%
G=35.94%
B=30.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701420.0500.160.3379.2914.1461.18
HexA1AA8E5010214fe3d
Octal2412522165020411171675
Binary10100001101010101000111010101000010000110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA8E; }

 p { color: rgb(161,170,142); }

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

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

 a { background-color: rgb(161,170,142); }

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

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

 span { border-color: rgb(161,170,142); }

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