#AABDA6

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

Shades of Spring Rain #AABDA6

Tints of Spring Rain #AABDA6

Color information

#AABDA6 (or 0xAABDA6) is unknown color: approx Spring Rain. HEX triplet: AA, BD and A6. RGB value is (170,189,166). Sum of RGB (Red+Green+Blue) = 170+189+166=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA6 is #554259. Grayscale: #B4B4B4. Windows color (decimal): -5587546 or 10927530. OLE color: 10927530.

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

Color convert

RGB170189166-
CMYK0.1000.120.26
HSL109.57º14.84%69.61%-
HSV(B)109.57º12.17%74.12%-
XYZ41.6647.6943.09-
YUV180.7119.71120.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=32.38%
G=36%
B=31.62%

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
Decimal1701891660.1000.120.26109.5714.8469.61
HexAABDA6A0C1A6ef46
Octal252275246120143215617106
Binary10101010101111011010011010100110011010110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA6; }

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

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

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

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

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

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

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

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