Html Css Color HEX #AAB9A1 Spring Rain

📋 copy color: '#AAB9A1'

red 170 ◦ green 185 ◦ blue 161

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

Shades of Spring Rain #AAB9A1

Tints of Spring Rain #AAB9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 161 (63.28% from 255) = 31.2%

R = 32.95%
G = 35.85%
B = 31.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#AAB9A1 (or 0xAAB9A1) is known color: Spring Rain. HEX triplet: AA, B9 and A1. RGB value is (170,185,161). Sum of RGB (Red+Green+Blue) = 170+185+161=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9A1 is #55465E. Grayscale: #B1B1B1. Windows color (decimal): -5588575 or 10598826. OLE color: 10598826.

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

Color convert

RGB 170 185 161 -
CMYK 0.08 0 0.13 0.27
HSL 97.5º 0.15% 0.68% -
HSV(B) 97.5º 0.13% 0.73% -
XYZ 40.36 45.82 40.43 -
YUV 177.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 170 185 161 0.08 0 0.13 0.27 97.5 0.15 0.68
Hex AA B9 A1 8 0 D 1B 62 F 44
Octal 252 271 241 10 0 15 33 142 17 104
Binary 10101010 10111001 10100001 1000 0 1101 11011 1100010 1111 1000100

Color Harmonies of #AAB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9A1

Black with #AAB9A1

Text Example


Text Example

White with #AAB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9A1; }

 p { color: rgb(170,185,161); }

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

background-color css

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

 a { background-color: rgb(170,185,161); }

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

border-color css

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

 span { border-color: rgb(170,185,161); }

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