#AAB4A5

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

Shades of Spring Rain #AAB4A5

Tints of Spring Rain #AAB4A5

Color information

#AAB4A5 (or 0xAAB4A5) is unknown color: approx Spring Rain. HEX triplet: AA, B4 and A5. RGB value is (170,180,165). Sum of RGB (Red+Green+Blue) = 170+180+165=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A5 is #554B5A. Grayscale: #AFAFAF. Windows color (decimal): -5589851 or 10859690. OLE color: 10859690.

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

Color convert

RGB170180165-
CMYK0.0600.080.29
HSL100º9.09%67.65%-
HSV(B)100º8.33%70.59%-
XYZ39.6943.9141.98-
YUV175.3122.19124.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=33.01%
G=34.95%
B=32.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801650.0600.080.291009.0967.65
HexAAB4A56081D64944
Octal25226424560103514411104
Binary1010101010110100101001011100100011101110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4A5; }

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

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

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

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

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

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

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

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