#A8A99B

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

Shades of Star Dust #A8A99B

Tints of Star Dust #A8A99B

Color information

#A8A99B (or 0xA8A99B) is unknown color: approx Star Dust. HEX triplet: A8, A9 and 9B. RGB value is (168,169,155). Sum of RGB (Red+Green+Blue) = 168+169+155=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A99B is #575664. Grayscale: #A7A7A7. Windows color (decimal): -5723749 or 10201512. OLE color: 10201512.

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

Color convert

RGB168169155-
CMYK0.0100.080.34
HSL64.29º7.53%63.53%-
HSV(B)64.29º8.28%66.27%-
XYZ36.2539.0736.64-
YUV167.1121.17128.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=34.15%
G=34.35%
B=31.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681691550.0100.080.3464.297.5363.53
HexA8A99B1082240840
Octal25025123310104210010100
Binary101010001010100110011011101000100010100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A99B; }

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

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

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

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

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

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

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

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