#AAB7A3

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

Shades of Spring Rain #AAB7A3

Tints of Spring Rain #AAB7A3

Color information

#AAB7A3 (or 0xAAB7A3) is unknown color: approx Spring Rain. HEX triplet: AA, B7 and A3. RGB value is (170,183,163). Sum of RGB (Red+Green+Blue) = 170+183+163=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7A3 is #55485C. Grayscale: #B0B0B0. Windows color (decimal): -5589085 or 10729386. OLE color: 10729386.

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

Color convert

RGB170183163-
CMYK0.0700.110.28
HSL99º12.2%67.84%-
HSV(B)99º10.93%71.76%-
XYZ40.1245.0641.23-
YUV176.83120.19123.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=32.95%
G=35.47%
B=31.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831630.0700.110.289912.267.84
HexAAB7A370B1C63c44
Octal25226724370133414314104
Binary1010101010110111101000111110101111100110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7A3; }

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

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

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

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

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

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

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

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