#AAB9A5

Color #AAB9A5 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #AAB9A5

Tints of Spring Rain #AAB9A5

Color information

#AAB9A5 (or 0xAAB9A5) is unknown color: approx Spring Rain. HEX triplet: AA, B9 and A5. RGB value is (170,185,165). Sum of RGB (Red+Green+Blue) = 170+185+165=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9A5 is #55465A. Grayscale: #B2B2B2. Windows color (decimal): -5588571 or 10860970. OLE color: 10860970.

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

Color convert

RGB170185165-
CMYK0.0800.110.27
HSL105º12.5%68.63%-
HSV(B)105º10.81%72.55%-
XYZ40.7245.9642.32-
YUV178.24120.53122.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=32.69%
G=35.58%
B=31.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851650.0800.110.2710512.568.63
HexAAB9A580B1B69d45
Octal252271245100133315115105
Binary10101010101110011010010110000101111011110100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9A5; }

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

 H1.HeaderClassName
 {
   color: #AAB9A5;
 }
 .AnyTagClassName
 {
   color: #AAB9A5;
 }
</style>
background-color css

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

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

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

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

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

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