#A0A09F

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

Shades of Star Dust #A0A09F

Tints of Star Dust #A0A09F

Color information

#A0A09F (or 0xA0A09F) is unknown color: approx Star Dust. HEX triplet: A0, A0 and 9F. RGB value is (160,160,159). Sum of RGB (Red+Green+Blue) = 160+160+159=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A09F is #5F5F60. Grayscale: #9F9F9F. Windows color (decimal): -6250337 or 10461344. OLE color: 10461344.

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

Color convert

RGB160160159-
CMYK000.010.37
HSL60º0.52%62.55%-
HSV(B)60º0.63%62.75%-
XYZ33.3335.1237.82-
YUV159.89127.5128.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=33.40%
G=33.40%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160160159000.010.37600.5262.55
HexA0A09F001253c13f
Octal2402402370014574177
Binary1010000010100000100111110011001011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A09F; }

 p { color: rgb(160,160,159); }

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

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

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

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

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

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

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