Html Css Color HEX #AABDA0 Spring Rain

📋 copy color: '#AABDA0'

red 170 ◦ green 189 ◦ blue 160

#AABDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #AABDA0

Tints of Spring Rain #AABDA0

RGB

 RED value IS 170 (66.8% 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 value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#AABDA0 (or 0xAABDA0) is known color: 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

RGB 170 189 160 -
CMYK 0.10 0 0.15 0.26
HSL 99.31º 0.18% 0.68% -
HSV(B) 99.31º 0.15% 0.74% -
XYZ 41.12 47.48 40.25 -
YUV 180.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 170 189 160 0.10 0 0.15 0.26 99.31 0.18 0.68
Hex AA BD A0 A 0 F 1A 63 12 44
Octal 252 275 240 12 0 17 32 143 22 104
Binary 10101010 10111101 10100000 1010 0 1111 11010 1100011 10010 1000100

Color Harmonies of #AABDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDA0

Black with #AABDA0

Text Example


Text Example

White with #AABDA0

Text Example


Text Example

HTML Codes & Css Web 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>