#A0A09E

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

Shades of Star Dust #A0A09E

Tints of Star Dust #A0A09E

Color information

#A0A09E (or 0xA0A09E) is unknown color: approx Star Dust. HEX triplet: A0, A0 and 9E. RGB value is (160,160,158). Sum of RGB (Red+Green+Blue) = 160+160+158=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A09E is #5F5F61. Grayscale: #9F9F9F. Windows color (decimal): -6250338 or 10395808. OLE color: 10395808.

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

Color convert

RGB160160158-
CMYK000.010.37
HSL60º1.04%62.35%-
HSV(B)60º1.25%62.75%-
XYZ33.2435.0837.37-
YUV159.77127128.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=33.47%
G=33.47%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160160158000.010.37601.0462.35
HexA0A09E001253c13e
Octal2402402360014574176
Binary1010000010100000100111100011001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A09E; }

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

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

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

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

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

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

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

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