#AAB5A8

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

Shades of Spring Rain #AAB5A8

Tints of Spring Rain #AAB5A8

Color information

#AAB5A8 (or 0xAAB5A8) is unknown color: approx Spring Rain. HEX triplet: AA, B5 and A8. RGB value is (170,181,168). Sum of RGB (Red+Green+Blue) = 170+181+168=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5A8 is #554A57. Grayscale: #B0B0B0. Windows color (decimal): -5589592 or 11056554. OLE color: 11056554.

HSL color Cylindrical-coordinate representation of color #AAB5A8: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB5A8 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB170181168-
CMYK0.0600.070.29
HSL110.77º8.07%68.43%-
HSV(B)110.77º7.18%70.98%-
XYZ40.1744.4243.5-
YUV176.23123.36123.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=32.76%
G=34.87%
B=32.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811680.0600.070.29110.778.0768.43
HexAAB5A86071D6f844
Octal2522652506073515710104
Binary101010101011010110101000110011111101110111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5A8; }

 p { color: rgb(170,181,168); }

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

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

 a { background-color: rgb(170,181,168); }

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

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

 span { border-color: rgb(170,181,168); }

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