Html Css Color HEX #AABA9F Spring Rain

📋 copy color: '#AABA9F'

red 170 ◦ green 186 ◦ blue 159

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

Shades of Spring Rain #AABA9F

Tints of Spring Rain #AABA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 159 (62.5% from 255) = 30.87%

R = 33.01%
G = 36.12%
B = 30.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AABA9F (or 0xAABA9F) is known color: Spring Rain. HEX triplet: AA, BA and 9F. RGB value is (170,186,159). Sum of RGB (Red+Green+Blue) = 170+186+159=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9F is #554560. Grayscale: #B2B2B2. Windows color (decimal): -5588321 or 10468010. OLE color: 10468010.

HSL color Cylindrical-coordinate representation of color #AABA9F: hue angle of 95.56º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABA9F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 159 -
CMYK 0.09 0 0.15 0.27
HSL 95.56º 0.16% 0.68% -
HSV(B) 95.56º 0.15% 0.73% -
XYZ 40.39 46.17 39.58 -
YUV 178.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 170 186 159 0.09 0 0.15 0.27 95.56 0.16 0.68
Hex AA BA 9F 9 0 F 1B 60 10 44
Octal 252 272 237 11 0 17 33 140 20 104
Binary 10101010 10111010 10011111 1001 0 1111 11011 1100000 10000 1000100

Color Harmonies of #AABA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA9F

Black with #AABA9F

Text Example


Text Example

White with #AABA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA9F; }

 p { color: rgb(170,186,159); }

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

background-color css

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

 a { background-color: rgb(170,186,159); }

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

border-color css

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

 span { border-color: rgb(170,186,159); }

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