#A1A1A0

Color #A1A1A0 Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #A1A1A0

Tints of Foggy Grey #A1A1A0

Color information

#A1A1A0 (or 0xA1A1A0) is unknown color: approx Foggy Grey. HEX triplet: A1, A1 and A0. RGB value is (161,161,160). Sum of RGB (Red+Green+Blue) = 161+161+160=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A1A0 is #5E5E5F. Grayscale: #A0A0A0. Windows color (decimal): -6184544 or 10527137. OLE color: 10527137.

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

Color convert

RGB161161160-
CMYK000.010.37
HSL60º0.53%62.94%-
HSV(B)60º0.62%63.14%-
XYZ33.7935.638.35-
YUV160.89127.5128.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=33.40%
G=33.40%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161160000.010.37600.5362.94
HexA1A1A0001253c13f
Octal2412412400014574177
Binary1010000110100001101000000011001011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A1A0; }

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

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

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

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

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

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

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

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