#AAB7A4

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

Shades of Spring Rain #AAB7A4

Tints of Spring Rain #AAB7A4

Color information

#AAB7A4 (or 0xAAB7A4) is unknown color: approx Spring Rain. HEX triplet: AA, B7 and A4. RGB value is (170,183,164). Sum of RGB (Red+Green+Blue) = 170+183+164=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7A4 is #55485B. Grayscale: #B1B1B1. Windows color (decimal): -5589084 or 10794922. OLE color: 10794922.

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

Color convert

RGB170183164-
CMYK0.0700.100.28
HSL101.05º11.66%68.04%-
HSV(B)101.05º10.38%71.76%-
XYZ40.2145.0941.71-
YUV176.95120.69123.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=32.88%
G=35.40%
B=31.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831640.0700.100.28101.0511.6668.04
HexAAB7A470A1C65c44
Octal25226724470123414514104
Binary1010101010110111101001001110101011100110010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7A4; }

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

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

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

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

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

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

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

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