#AABDA4

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

Shades of Spring Rain #AABDA4

Tints of Spring Rain #AABDA4

Color information

#AABDA4 (or 0xAABDA4) is unknown color: approx Spring Rain. HEX triplet: AA, BD and A4. RGB value is (170,189,164). Sum of RGB (Red+Green+Blue) = 170+189+164=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA4 is #55425B. Grayscale: #B4B4B4. Windows color (decimal): -5587548 or 10796458. OLE color: 10796458.

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

Color convert

RGB170189164-
CMYK0.1000.130.26
HSL105.6º15.92%69.22%-
HSV(B)105.6º13.23%74.12%-
XYZ41.4847.6242.13-
YUV180.47118.71120.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=32.50%
G=36.14%
B=31.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891640.1000.130.26105.615.9269.22
HexAABDA4A0D1A6a1045
Octal252275244120153215220105
Binary101010101011110110100100101001101110101101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA4; }

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

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

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

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

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

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

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

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