Html Css Color HEX #AABFA6 Spring Rain

📋 copy color: '#AABFA6'

red 170 ◦ green 191 ◦ blue 166

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

Shades of Spring Rain #AABFA6

Tints of Spring Rain #AABFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 32.26%
G = 36.24%
B = 31.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#AABFA6 (or 0xAABFA6) is known color: Spring Rain. HEX triplet: AA, BF and A6. RGB value is (170,191,166). Sum of RGB (Red+Green+Blue) = 170+191+166=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA6 is #554059. Grayscale: #B5B5B5. Windows color (decimal): -5587034 or 10928042. OLE color: 10928042.

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

Color convert

RGB 170 191 166 -
CMYK 0.11 0 0.13 0.25
HSL 110.4º 0.16% 0.7% -
HSV(B) 110.4º 0.13% 0.75% -
XYZ 42.09 48.56 43.23 -
YUV 181.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 170 191 166 0.11 0 0.13 0.25 110.4 0.16 0.7
Hex AA BF A6 B 0 D 19 6E 10 46
Octal 252 277 246 13 0 15 31 156 20 106
Binary 10101010 10111111 10100110 1011 0 1101 11001 1101110 10000 1000110

Color Harmonies of #AABFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFA6

Black with #AABFA6

Text Example


Text Example

White with #AABFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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