Html Css Color HEX #AABDA4 Spring Rain

📋 copy color: '#AABDA4'

red 170 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #AABDA4

Tints of Spring Rain #AABDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.36%

R = 32.5%
G = 36.14%
B = 31.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

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

RGB 170 189 164 -
CMYK 0.10 0 0.13 0.26
HSL 105.6º 0.16% 0.69% -
HSV(B) 105.6º 0.13% 0.74% -
XYZ 41.48 47.62 42.13 -
YUV 180.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 170 189 164 0.10 0 0.13 0.26 105.6 0.16 0.69
Hex AA BD A4 A 0 D 1A 6A 10 45
Octal 252 275 244 12 0 15 32 152 20 105
Binary 10101010 10111101 10100100 1010 0 1101 11010 1101010 10000 1000101

Color Harmonies of #AABDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDA4

Black with #AABDA4

Text Example


Text Example

White with #AABDA4

Text Example


Text Example

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