#A9AA9E

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

Shades of Star Dust #A9AA9E

Tints of Star Dust #A9AA9E

Color information

#A9AA9E (or 0xA9AA9E) is unknown color: approx Star Dust. HEX triplet: A9, AA and 9E. RGB value is (169,170,158). Sum of RGB (Red+Green+Blue) = 169+170+158=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA9E is #565561. Grayscale: #A8A8A8. Windows color (decimal): -5657954 or 10398377. OLE color: 10398377.

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

Color convert

RGB169170158-
CMYK0.0100.070.33
HSL65º6.59%64.31%-
HSV(B)65º7.06%66.67%-
XYZ36.9139.6538.06-
YUV168.33122.17128.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=34.00%
G=34.21%
B=31.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701580.0100.070.33656.5964.31
HexA9AA9E1072141740
Octal251252236107411017100
Binary1010100110101010100111101011110000110000011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA9E; }

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

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

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

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

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

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

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

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