Html Css Color HEX #A9AA9E Star Dust

📋 copy color: '#A9AA9E'

red 169 ◦ green 170 ◦ blue 158

#A9AA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #A9AA9E

Tints of Star Dust #A9AA9E

RGB

 RED value IS 169 (66.41% from 255) = 34%

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 34%
G = 34.21%
B = 31.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#A9AA9E (or 0xA9AA9E) is known color: 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

RGB 169 170 158 -
CMYK 0.01 0 0.07 0.33
HSL 65º 0.07% 0.64% -
HSV(B) 65º 0.07% 0.67% -
XYZ 36.91 39.65 38.06 -
YUV 168.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 169 170 158 0.01 0 0.07 0.33 65 0.07 0.64
Hex A9 AA 9E 1 0 7 21 41 7 40
Octal 251 252 236 1 0 7 41 101 7 100
Binary 10101001 10101010 10011110 1 0 111 100001 1000001 111 1000000

Color Harmonies of #A9AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AA9E

Black with #A9AA9E

Text Example


Text Example

White with #A9AA9E

Text Example


Text Example

HTML Codes & Css Web 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>