#A3A394

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

Shades of Star Dust #A3A394

Tints of Star Dust #A3A394

Color information

#A3A394 (or 0xA3A394) is unknown color: approx Star Dust. HEX triplet: A3, A3 and 94. RGB value is (163,163,148). Sum of RGB (Red+Green+Blue) = 163+163+148=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A394 is #5C5C6B. Grayscale: #A1A1A1. Windows color (decimal): -6052972 or 9741219. OLE color: 9741219.

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

Color convert

RGB163163148-
CMYK000.090.36
HSL60º7.54%60.98%-
HSV(B)60º9.2%63.92%-
XYZ33.5536.1233.22-
YUV161.29120.5129.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=34.39%
G=34.39%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163148000.090.36607.5460.98
HexA3A394009243c83d
Octal243243224001144741075
Binary1010001110100011100101000010011001001111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A394; }

 p { color: rgb(163,163,148); }

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

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

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

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

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

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

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