#A8A99A

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

Shades of Star Dust #A8A99A

Tints of Star Dust #A8A99A

Color information

#A8A99A (or 0xA8A99A) is unknown color: approx Star Dust. HEX triplet: A8, A9 and 9A. RGB value is (168,169,154). Sum of RGB (Red+Green+Blue) = 168+169+154=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A99A is #575665. Grayscale: #A7A7A7. Windows color (decimal): -5723750 or 10135976. OLE color: 10135976.

HSL color Cylindrical-coordinate representation of color #A8A99A: hue angle of 64º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A99A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168169154-
CMYK0.0100.090.34
HSL64º8.02%63.33%-
HSV(B)64º8.88%66.27%-
XYZ36.1739.0336.2-
YUV166.99120.67128.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=34.22%
G=34.42%
B=31.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681691540.0100.090.34648.0263.33
HexA8A99A109224083f
Octal2502512321011421001077
Binary10101000101010011001101010100110001010000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A99A; }

 p { color: rgb(168,169,154); }

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

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

 a { background-color: rgb(168,169,154); }

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

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

 span { border-color: rgb(168,169,154); }

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