#A1A18E

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

Shades of Star Dust #A1A18E

Tints of Star Dust #A1A18E

Color information

#A1A18E (or 0xA1A18E) is unknown color: approx Star Dust. HEX triplet: A1, A1 and 8E. RGB value is (161,161,142). Sum of RGB (Red+Green+Blue) = 161+161+142=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A18E is #5E5E71. Grayscale: #9E9E9E. Windows color (decimal): -6184562 or 9347489. OLE color: 9347489.

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

Color convert

RGB161161142-
CMYK000.120.37
HSL60º9.18%59.41%-
HSV(B)60º11.8%63.14%-
XYZ32.3335.0230.65-
YUV158.83118.5129.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=34.70%
G=34.70%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161142000.120.37609.1859.41
HexA1A18E00C253c93b
Octal241241216001445741173
Binary1010000110100001100011100011001001011111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A18E; }

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

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

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

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

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

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

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

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