Html Css Color HEX #AABDA3 Spring Rain

📋 copy color: '#AABDA3'

red 170 ◦ green 189 ◦ blue 163

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

Shades of Spring Rain #AABDA3

Tints of Spring Rain #AABDA3

RGB

 RED value IS 170 (66.8% from 255) = 32.57%

 GREEN value IS 189 (74.22% from 255) = 36.21%

 BLUE value IS 163 (64.06% from 255) = 31.23%

R = 32.57%
G = 36.21%
B = 31.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#AABDA3 (or 0xAABDA3) is known color: Spring Rain. HEX triplet: AA, BD and A3. RGB value is (170,189,163). Sum of RGB (Red+Green+Blue) = 170+189+163=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA3 is #55425C. Grayscale: #B4B4B4. Windows color (decimal): -5587549 or 10730922. OLE color: 10730922.

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

Color convert

RGB 170 189 163 -
CMYK 0.10 0 0.14 0.26
HSL 103.85º 0.16% 0.69% -
HSV(B) 103.85º 0.14% 0.74% -
XYZ 41.39 47.59 41.65 -
YUV 180.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 170 189 163 0.10 0 0.14 0.26 103.85 0.16 0.69
Hex AA BD A3 A 0 E 1A 68 10 45
Octal 252 275 243 12 0 16 32 150 20 105
Binary 10101010 10111101 10100011 1010 0 1110 11010 1101000 10000 1000101

Color Harmonies of #AABDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDA3

Black with #AABDA3

Text Example


Text Example

White with #AABDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDA3; }

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

 H1.HeaderClassName
 {
   color: #AABDA3;
 }
 .AnyTagClassName
 {
   color: #AABDA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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