#A9AA9F

Color #A9AA9F Star Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Star Dust #A9AA9F

Tints of Star Dust #A9AA9F

Color information

#A9AA9F (or 0xA9AA9F) is unknown color: approx Star Dust. HEX triplet: A9, AA and 9F. RGB value is (169,170,159). Sum of RGB (Red+Green+Blue) = 169+170+159=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA9F is #565560. Grayscale: #A8A8A8. Windows color (decimal): -5657953 or 10463913. OLE color: 10463913.

HSL color Cylindrical-coordinate representation of color #A9AA9F: hue angle of 65.45º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9AA9F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB169170159-
CMYK0.0100.060.33
HSL65.45º6.08%64.51%-
HSV(B)65.45º6.47%66.67%-
XYZ36.9939.6938.51-
YUV168.45122.67128.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=33.94%
G=34.14%
B=31.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701590.0100.060.3365.456.0864.51
HexA9AA9F1062141641
Octal251252237106411016101
Binary1010100110101010100111111011010000110000011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA9F; }

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

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

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

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

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

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

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

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