#AAAFA9

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

Shades of Spring Rain #AAAFA9

Tints of Spring Rain #AAAFA9

Color information

#AAAFA9 (or 0xAAAFA9) is unknown color: approx Spring Rain. HEX triplet: AA, AF and A9. RGB value is (170,175,169). Sum of RGB (Red+Green+Blue) = 170+175+169=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA9 is #555056. Grayscale: #ACACAC. Windows color (decimal): -5591127 or 11120554. OLE color: 11120554.

HSL color Cylindrical-coordinate representation of color #AAAFA9: hue angle of 110º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAAFA9 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB170175169-
CMYK0.0300.030.31
HSL110º3.61%67.45%-
HSV(B)110º3.43%68.63%-
XYZ39.0742.0743.6-
YUV172.82125.84125.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=33.07%
G=34.05%
B=32.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751690.0300.030.311103.6167.45
HexAAAFA93031F6e443
Octal252257251303371564103
Binary101010101010111110101001110111111111011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFA9; }

 p { color: rgb(170,175,169); }

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

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

 a { background-color: rgb(170,175,169); }

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

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

 span { border-color: rgb(170,175,169); }

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