Html Css Color HEX #AAB9A4 Spring Rain

📋 copy color: '#AAB9A4'

red 170 ◦ green 185 ◦ blue 164

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

Shades of Spring Rain #AAB9A4

Tints of Spring Rain #AAB9A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 32.76%
G = 35.65%
B = 31.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#AAB9A4 (or 0xAAB9A4) is known color: Spring Rain. HEX triplet: AA, B9 and A4. RGB value is (170,185,164). Sum of RGB (Red+Green+Blue) = 170+185+164=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9A4 is #55465B. Grayscale: #B2B2B2. Windows color (decimal): -5588572 or 10795434. OLE color: 10795434.

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

Color convert

RGB 170 185 164 -
CMYK 0.08 0 0.11 0.27
HSL 102.86º 0.13% 0.68% -
HSV(B) 102.86º 0.11% 0.73% -
XYZ 40.63 45.92 41.84 -
YUV 178.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 170 185 164 0.08 0 0.11 0.27 102.86 0.13 0.68
Hex AA B9 A4 8 0 B 1B 67 D 44
Octal 252 271 244 10 0 13 33 147 15 104
Binary 10101010 10111001 10100100 1000 0 1011 11011 1100111 1101 1000100

Color Harmonies of #AAB9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9A4

Black with #AAB9A4

Text Example


Text Example

White with #AAB9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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