Html Css Color HEX #AAC9A1 Spring Rain

📋 copy color: '#AAC9A1'

red 170 ◦ green 201 ◦ blue 161

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

Shades of Spring Rain #AAC9A1

Tints of Spring Rain #AAC9A1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

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

R = 31.95%
G = 37.78%
B = 30.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#AAC9A1 (or 0xAAC9A1) is known color: Spring Rain. HEX triplet: AA, C9 and A1. RGB value is (170,201,161). Sum of RGB (Red+Green+Blue) = 170+201+161=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9A1 is #55365E. Grayscale: #BBBBBB. Windows color (decimal): -5584479 or 10602922. OLE color: 10602922.

HSL color Cylindrical-coordinate representation of color #AAC9A1: hue angle of 106.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC9A1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 161 -
CMYK 0.15 0 0.20 0.21
HSL 106.5º 0.27% 0.71% -
HSV(B) 106.5º 0.2% 0.79% -
XYZ 43.9 52.89 41.61 -
YUV 187.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 170 201 161 0.15 0 0.20 0.21 106.5 0.27 0.71
Hex AA C9 A1 F 0 14 15 6A 1B 47
Octal 252 311 241 17 0 24 25 152 33 107
Binary 10101010 11001001 10100001 1111 0 10100 10101 1101010 11011 1000111

Color Harmonies of #AAC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9A1

Black with #AAC9A1

Text Example


Text Example

White with #AAC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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