Html Css Color HEX #AAB8A1 Spring Rain

📋 copy color: '#AAB8A1'

red 170 ◦ green 184 ◦ blue 161

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

Shades of Spring Rain #AAB8A1

Tints of Spring Rain #AAB8A1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.73%

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

R = 33.01%
G = 35.73%
B = 31.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#AAB8A1 (or 0xAAB8A1) is known color: Spring Rain. HEX triplet: AA, B8 and A1. RGB value is (170,184,161). Sum of RGB (Red+Green+Blue) = 170+184+161=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A1 is #55475E. Grayscale: #B1B1B1. Windows color (decimal): -5588831 or 10598570. OLE color: 10598570.

HSL color Cylindrical-coordinate representation of color #AAB8A1: hue angle of 96.52º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB8A1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 161 -
CMYK 0.08 0 0.12 0.28
HSL 96.52º 0.14% 0.68% -
HSV(B) 96.52º 0.13% 0.72% -
XYZ 40.15 45.4 40.37 -
YUV 177.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 170 184 161 0.08 0 0.12 0.28 96.52 0.14 0.68
Hex AA B8 A1 8 0 C 1C 61 E 44
Octal 252 270 241 10 0 14 34 141 16 104
Binary 10101010 10111000 10100001 1000 0 1100 11100 1100001 1110 1000100

Color Harmonies of #AAB8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8A1

Black with #AAB8A1

Text Example


Text Example

White with #AAB8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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