#A1A193

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

Shades of Star Dust #A1A193

Tints of Star Dust #A1A193

Color information

#A1A193 (or 0xA1A193) is unknown color: approx Star Dust. HEX triplet: A1, A1 and 93. RGB value is (161,161,147). Sum of RGB (Red+Green+Blue) = 161+161+147=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A193 is #5E5E6C. Grayscale: #9F9F9F. Windows color (decimal): -6184557 or 9675169. OLE color: 9675169.

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

Color convert

RGB161161147-
CMYK000.090.37
HSL60º6.93%60.39%-
HSV(B)60º8.7%63.14%-
XYZ32.7135.1732.67-
YUV159.4121129.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=34.33%
G=34.33%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161147000.090.37606.9360.39
HexA1A193009253c73c
Octal24124122300114574774
Binary101000011010000110010011001001100101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A193; }

 p { color: rgb(161,161,147); }

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

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

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

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

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

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

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