#AABC9E

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

Shades of Spring Rain #AABC9E

Tints of Spring Rain #AABC9E

Color information

#AABC9E (or 0xAABC9E) is unknown color: approx Spring Rain. HEX triplet: AA, BC and 9E. RGB value is (170,188,158). Sum of RGB (Red+Green+Blue) = 170+188+158=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9E is #554361. Grayscale: #B3B3B3. Windows color (decimal): -5587810 or 10402986. OLE color: 10402986.

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

Color convert

RGB170188158-
CMYK0.1000.160.26
HSL96º18.29%67.84%-
HSV(B)96º15.96%73.73%-
XYZ40.7346.9839.27-
YUV179.2116.04121.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=32.95%
G=36.43%
B=30.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881580.1000.160.269618.2967.84
HexAABC9EA0101A601244
Octal252274236120203214022104
Binary1010101010111100100111101010010000110101100000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC9E; }

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

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

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

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

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

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

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

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