#A1AE9B

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

Shades of Spring Rain #A1AE9B

Tints of Spring Rain #A1AE9B

Color information

#A1AE9B (or 0xA1AE9B) is unknown color: approx Spring Rain. HEX triplet: A1, AE and 9B. RGB value is (161,174,155). Sum of RGB (Red+Green+Blue) = 161+174+155=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE9B is #5E5164. Grayscale: #A8A8A8. Windows color (decimal): -6181221 or 10202785. OLE color: 10202785.

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

Color convert

RGB161174155-
CMYK0.0700.110.32
HSL101.05º10.5%64.51%-
HSV(B)101.05º10.92%68.24%-
XYZ35.7540.2236.89-
YUV167.95120.69123.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=32.86%
G=35.51%
B=31.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741550.0700.110.32101.0510.564.51
HexA1AE9B70B2065a41
Octal24125623370134014512101
Binary10100001101011101001101111101011100000110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE9B; }

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

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

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

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

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

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

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

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