#A0A393

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

Shades of Star Dust #A0A393

Tints of Star Dust #A0A393

Color information

#A0A393 (or 0xA0A393) is unknown color: approx Star Dust. HEX triplet: A0, A3 and 93. RGB value is (160,163,147). Sum of RGB (Red+Green+Blue) = 160+163+147=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A393 is #5F5C6C. Grayscale: #A0A0A0. Windows color (decimal): -6249581 or 9675680. OLE color: 9675680.

HSL color Cylindrical-coordinate representation of color #A0A393: hue angle of 71.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0A393 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB160163147-
CMYK0.0200.100.36
HSL71.25º8%60.78%-
HSV(B)71.25º9.82%63.92%-
XYZ32.8635.7732.78-
YUV160.28120.51127.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=34.04%
G=34.68%
B=31.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601631470.0200.100.3671.25860.78
HexA0A39320A244783d
Octal2402432232012441071075
Binary101000001010001110010011100101010010010001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A393; }

 p { color: rgb(160,163,147); }

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

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

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

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

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

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

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