#AABCA5

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

Shades of Spring Rain #AABCA5

Tints of Spring Rain #AABCA5

Color information

#AABCA5 (or 0xAABCA5) is unknown color: approx Spring Rain. HEX triplet: AA, BC and A5. RGB value is (170,188,165). Sum of RGB (Red+Green+Blue) = 170+188+165=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA5 is #55435A. Grayscale: #B4B4B4. Windows color (decimal): -5587803 or 10861738. OLE color: 10861738.

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

Color convert

RGB170188165-
CMYK0.1000.120.26
HSL106.96º14.65%69.22%-
HSV(B)106.96º12.23%73.73%-
XYZ41.3547.2342.53-
YUV180119.54120.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=32.50%
G=35.95%
B=31.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881650.1000.120.26106.9614.6569.22
HexAABCA5A0C1A6bf45
Octal252274245120143215317105
Binary10101010101111001010010110100110011010110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCA5; }

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

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

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

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

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

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

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

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