#AAB4A7

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

Shades of Spring Rain #AAB4A7

Tints of Spring Rain #AAB4A7

Color information

#AAB4A7 (or 0xAAB4A7) is unknown color: approx Spring Rain. HEX triplet: AA, B4 and A7. RGB value is (170,180,167). Sum of RGB (Red+Green+Blue) = 170+180+167=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A7 is #554B58. Grayscale: #AFAFAF. Windows color (decimal): -5589849 or 10990762. OLE color: 10990762.

HSL color Cylindrical-coordinate representation of color #AAB4A7: hue angle of 106.15º 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 #AAB4A7 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB170180167-
CMYK0.0600.070.29
HSL106.15º7.98%68.04%-
HSV(B)106.15º7.22%70.59%-
XYZ39.8743.9842.95-
YUV175.53123.19124.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=32.88%
G=34.82%
B=32.30%

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
Decimal1701801670.0600.070.29106.157.9868.04
HexAAB4A76071D6a844
Octal2522642476073515210104
Binary101010101011010010100111110011111101110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4A7; }

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

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

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

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

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

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

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

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