#A9AFA6

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

Shades of Spring Rain #A9AFA6

Tints of Spring Rain #A9AFA6

Color information

#A9AFA6 (or 0xA9AFA6) is unknown color: approx Spring Rain. HEX triplet: A9, AF and A6. RGB value is (169,175,166). Sum of RGB (Red+Green+Blue) = 169+175+166=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AFA6 is #565059. Grayscale: #ACACAC. Windows color (decimal): -5656666 or 10923945. OLE color: 10923945.

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

Color convert

RGB169175166-
CMYK0.0300.050.31
HSL100º5.33%66.86%-
HSV(B)100º5.14%68.63%-
XYZ38.5841.8542.12-
YUV172.18124.51125.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 166 (65.23% from 255) = 32.55%
R=33.14%
G=34.31%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751660.0300.050.311005.3366.86
HexA9AFA63051F64543
Octal251257246305371445103
Binary1010100110101111101001101101011111111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFA6; }

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

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

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

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

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

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

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

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