#A1AE9F

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

Shades of Spring Rain #A1AE9F

Tints of Spring Rain #A1AE9F

Color information

#A1AE9F (or 0xA1AE9F) is unknown color: approx Spring Rain. HEX triplet: A1, AE and 9F. RGB value is (161,174,159). Sum of RGB (Red+Green+Blue) = 161+174+159=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE9F is #5E5160. Grayscale: #A8A8A8. Windows color (decimal): -6181217 or 10464929. OLE color: 10464929.

HSL color Cylindrical-coordinate representation of color #A1AE9F: hue angle of 112º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AE9F is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB161174159-
CMYK0.0700.090.32
HSL112º8.47%65.29%-
HSV(B)112º8.62%68.24%-
XYZ36.0940.3538.69-
YUV168.4122.69122.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=32.59%
G=35.22%
B=32.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741590.0700.090.321128.4765.29
HexA1AE9F7092070841
Octal24125623770114016010101
Binary10100001101011101001111111101001100000111000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE9F; }

 p { color: rgb(161,174,159); }

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

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

 a { background-color: rgb(161,174,159); }

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

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

 span { border-color: rgb(161,174,159); }

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