Html Css Color HEX #AABFA0 Spring Rain

📋 copy color: '#AABFA0'

red 170 ◦ green 191 ◦ blue 160

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

Shades of Spring Rain #AABFA0

Tints of Spring Rain #AABFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

 BLUE value IS 160 (62.89% from 255) = 30.71%

R = 32.63%
G = 36.66%
B = 30.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#AABFA0 (or 0xAABFA0) is known color: Spring Rain. HEX triplet: AA, BF and A0. RGB value is (170,191,160). Sum of RGB (Red+Green+Blue) = 170+191+160=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA0 is #55405F. Grayscale: #B5B5B5. Windows color (decimal): -5587040 or 10534826. OLE color: 10534826.

HSL color Cylindrical-coordinate representation of color #AABFA0: hue angle of 100.65º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABFA0 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 160 -
CMYK 0.11 0 0.16 0.25
HSL 100.65º 0.19% 0.69% -
HSV(B) 100.65º 0.16% 0.75% -
XYZ 41.55 48.35 40.4 -
YUV 181.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 170 191 160 0.11 0 0.16 0.25 100.65 0.19 0.69
Hex AA BF A0 B 0 10 19 65 13 45
Octal 252 277 240 13 0 20 31 145 23 105
Binary 10101010 10111111 10100000 1011 0 10000 11001 1100101 10011 1000101

Color Harmonies of #AABFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFA0

Black with #AABFA0

Text Example


Text Example

White with #AABFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFA0; }

 p { color: rgb(170,191,160); }

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

background-color css

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

 a { background-color: rgb(170,191,160); }

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

border-color css

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

 span { border-color: rgb(170,191,160); }

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