#A1A990

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

Shades of Green Spring #A1A990

Tints of Green Spring #A1A990

Color information

#A1A990 (or 0xA1A990) is unknown color: approx Green Spring. HEX triplet: A1, A9 and 90. RGB value is (161,169,144). Sum of RGB (Red+Green+Blue) = 161+169+144=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A990 is #5E566F. Grayscale: #A3A3A3. Windows color (decimal): -6182512 or 9480609. OLE color: 9480609.

HSL color Cylindrical-coordinate representation of color #A1A990: hue angle of 79.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1A990 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB161169144-
CMYK0.0500.150.34
HSL79.2º12.69%61.37%-
HSV(B)79.2º14.79%66.27%-
XYZ33.9237.9731.93-
YUV163.76116.85126.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=33.97%
G=35.65%
B=30.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691440.0500.150.3479.212.6961.37
HexA1A99050F224fd3d
Octal2412512205017421171575
Binary1010000110101001100100001010111110001010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A990; }

 p { color: rgb(161,169,144); }

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

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

 a { background-color: rgb(161,169,144); }

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

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

 span { border-color: rgb(161,169,144); }

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