#A1A197

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

Shades of Star Dust #A1A197

Tints of Star Dust #A1A197

Color information

#A1A197 (or 0xA1A197) is unknown color: approx Star Dust. HEX triplet: A1, A1 and 97. RGB value is (161,161,151). Sum of RGB (Red+Green+Blue) = 161+161+151=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A197 is #5E5E68. Grayscale: #9F9F9F. Windows color (decimal): -6184553 or 9937313. OLE color: 9937313.

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

Color convert

RGB161161151-
CMYK000.060.37
HSL60º5.05%61.18%-
HSV(B)60º6.21%63.14%-
XYZ33.0335.334.35-
YUV159.86123128.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=34.04%
G=34.04%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161151000.060.37605.0561.18
HexA1A197006253c53d
Octal2412412270064574575
Binary10100001101000011001011100110100101111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A197; }

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

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

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

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

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

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

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

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