#A1AA94

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

Shades of Green Spring #A1AA94

Tints of Green Spring #A1AA94

Color information

#A1AA94 (or 0xA1AA94) is unknown color: approx Green Spring. HEX triplet: A1, AA and 94. RGB value is (161,170,148). Sum of RGB (Red+Green+Blue) = 161+170+148=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA94 is #5E556B. Grayscale: #A4A4A4. Windows color (decimal): -6182252 or 9743009. OLE color: 9743009.

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

Color convert

RGB161170148-
CMYK0.0500.130.33
HSL84.55º11.46%62.35%-
HSV(B)84.55º12.94%66.67%-
XYZ34.4238.4633.63-
YUV164.8118.52125.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=33.61%
G=35.49%
B=30.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701480.0500.130.3384.5511.4662.35
HexA1AA9450D2155b3e
Octal2412522245015411251376
Binary1010000110101010100101001010110110000110101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA94; }

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

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

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

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

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

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

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

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