#AABCA6

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

Shades of Spring Rain #AABCA6

Tints of Spring Rain #AABCA6

Color information

#AABCA6 (or 0xAABCA6) is unknown color: approx Spring Rain. HEX triplet: AA, BC and A6. RGB value is (170,188,166). Sum of RGB (Red+Green+Blue) = 170+188+166=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA6 is #554359. Grayscale: #B4B4B4. Windows color (decimal): -5587802 or 10927274. OLE color: 10927274.

HSL color Cylindrical-coordinate representation of color #AABCA6: hue angle of 109.09º degrees, saturation: 0.14, 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 #AABCA6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB170188166-
CMYK0.1000.120.26
HSL109.09º14.1%69.41%-
HSV(B)109.09º11.7%73.73%-
XYZ41.4447.2743.02-
YUV180.11120.04120.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=32.44%
G=35.88%
B=31.68%

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
Decimal1701881660.1000.120.26109.0914.169.41
HexAABCA6A0C1A6de45
Octal252274246120143215516105
Binary10101010101111001010011010100110011010110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCA6; }

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

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

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

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

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

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

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

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