#AAB9A4

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

Shades of Spring Rain #AAB9A4

Tints of Spring Rain #AAB9A4

Color information

#AAB9A4 (or 0xAAB9A4) is unknown color: approx 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

RGB170185164-
CMYK0.0800.110.27
HSL102.86º13.04%68.43%-
HSV(B)102.86º11.35%72.55%-
XYZ40.6345.9241.84-
YUV178.12120.03122.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=32.76%
G=35.65%
B=31.60%

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
Decimal1701851640.0800.110.27102.8613.0468.43
HexAAB9A480B1B67d44
Octal252271244100133314715104
Binary10101010101110011010010010000101111011110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>