#AABCA1

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

Shades of Spring Rain #AABCA1

Tints of Spring Rain #AABCA1

Color information

#AABCA1 (or 0xAABCA1) is unknown color: approx Spring Rain. HEX triplet: AA, BC and A1. RGB value is (170,188,161). Sum of RGB (Red+Green+Blue) = 170+188+161=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA1 is #55435E. Grayscale: #B3B3B3. Windows color (decimal): -5587807 or 10599594. OLE color: 10599594.

HSL color Cylindrical-coordinate representation of color #AABCA1: hue angle of 100º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABCA1 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB170188161-
CMYK0.1000.140.26
HSL100º16.77%68.43%-
HSV(B)100º14.36%73.73%-
XYZ40.9947.0940.65-
YUV179.54117.54121.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=32.76%
G=36.22%
B=31.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881610.1000.140.2610016.7768.43
HexAABCA1A0E1A641144
Octal252274241120163214421104
Binary101010101011110010100001101001110110101100100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCA1; }

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

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

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

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

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

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

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

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