#A1A195

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

Shades of Star Dust #A1A195

Tints of Star Dust #A1A195

Color information

#A1A195 (or 0xA1A195) is unknown color: approx Star Dust. HEX triplet: A1, A1 and 95. RGB value is (161,161,149). Sum of RGB (Red+Green+Blue) = 161+161+149=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A195 is #5E5E6A. Grayscale: #9F9F9F. Windows color (decimal): -6184555 or 9806241. OLE color: 9806241.

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

Color convert

RGB161161149-
CMYK000.070.37
HSL60º6%60.78%-
HSV(B)60º7.45%63.14%-
XYZ32.8735.2433.5-
YUV159.63122128.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=34.18%
G=34.18%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161149000.070.3760660.78
HexA1A195007253c63d
Octal2412412250074574675
Binary10100001101000011001010100111100101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A195; }

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

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

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

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

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

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

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

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