#AABDA1

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

Shades of Spring Rain #AABDA1

Tints of Spring Rain #AABDA1

Color information

#AABDA1 (or 0xAABDA1) is unknown color: approx Spring Rain. HEX triplet: AA, BD and A1. RGB value is (170,189,161). Sum of RGB (Red+Green+Blue) = 170+189+161=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA1 is #55425E. Grayscale: #B4B4B4. Windows color (decimal): -5587551 or 10599850. OLE color: 10599850.

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

Color convert

RGB170189161-
CMYK0.1000.150.26
HSL100.71º17.5%68.63%-
HSV(B)100.71º14.81%74.12%-
XYZ41.2147.5140.72-
YUV180.13117.21120.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=32.69%
G=36.35%
B=30.96%

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
Decimal1701891610.1000.150.26100.7117.568.63
HexAABDA1A0F1A651245
Octal252275241120173214522105
Binary101010101011110110100001101001111110101100101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA1; }

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

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

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

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

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

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

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

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