Html Css Color HEX #AABDA1 Spring Rain

📋 copy color: '#AABDA1'

red 170 ◦ green 189 ◦ blue 161

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

Shades of Spring Rain #AABDA1

Tints of Spring Rain #AABDA1

RGB

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

#AABDA1 (or 0xAABDA1) is known color: 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.17, 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

RGB 170 189 161 -
CMYK 0.10 0 0.15 0.26
HSL 100.71º 0.18% 0.69% -
HSV(B) 100.71º 0.15% 0.74% -
XYZ 41.21 47.51 40.72 -
YUV 180.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 170 189 161 0.10 0 0.15 0.26 100.71 0.18 0.69
Hex AA BD A1 A 0 F 1A 65 12 45
Octal 252 275 241 12 0 17 32 145 22 105
Binary 10101010 10111101 10100001 1010 0 1111 11010 1100101 10010 1000101

Color Harmonies of #AABDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDA1

Black with #AABDA1

Text Example


Text Example

White with #AABDA1

Text Example


Text Example

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