#A0A09D

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

Shades of Star Dust #A0A09D

Tints of Star Dust #A0A09D

Color information

#A0A09D (or 0xA0A09D) is unknown color: approx Star Dust. HEX triplet: A0, A0 and 9D. RGB value is (160,160,157). Sum of RGB (Red+Green+Blue) = 160+160+157=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A09D is #5F5F62. Grayscale: #9F9F9F. Windows color (decimal): -6250339 or 10330272. OLE color: 10330272.

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

Color convert

RGB160160157-
CMYK000.020.37
HSL60º1.55%62.16%-
HSV(B)60º1.88%62.75%-
XYZ33.1535.0536.92-
YUV159.66126.5128.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=33.54%
G=33.54%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160160157000.020.37601.5562.16
HexA0A09D002253c23e
Octal2402402350024574276
Binary101000001010000010011101001010010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A09D; }

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

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

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

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

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

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

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

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