#AABDA0

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

Shades of Spring Rain #AABDA0

Tints of Spring Rain #AABDA0

Color information

#AABDA0 (or 0xAABDA0) is unknown color: approx Spring Rain. HEX triplet: AA, BD and A0. RGB value is (170,189,160). Sum of RGB (Red+Green+Blue) = 170+189+160=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA0 is #55425F. Grayscale: #B4B4B4. Windows color (decimal): -5587552 or 10534314. OLE color: 10534314.

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

Color convert

RGB170189160-
CMYK0.1000.150.26
HSL99.31º18.01%68.43%-
HSV(B)99.31º15.34%74.12%-
XYZ41.1247.4840.25-
YUV180.01116.71120.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=32.76%
G=36.42%
B=30.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891600.1000.150.2699.3118.0168.43
HexAABDA0A0F1A631244
Octal252275240120173214322104
Binary101010101011110110100000101001111110101100011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA0; }

 p { color: rgb(170,189,160); }

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

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

 a { background-color: rgb(170,189,160); }

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

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

 span { border-color: rgb(170,189,160); }

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