#A2A19A

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

Shades of Foggy Grey #A2A19A

Tints of Foggy Grey #A2A19A

Color information

#A2A19A (or 0xA2A19A) is unknown color: approx Foggy Grey. HEX triplet: A2, A1 and 9A. RGB value is (162,161,154). Sum of RGB (Red+Green+Blue) = 162+161+154=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A19A is #5D5E65. Grayscale: #A0A0A0. Windows color (decimal): -6119014 or 10133922. OLE color: 10133922.

HSL color Cylindrical-coordinate representation of color #A2A19A: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2A19A is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB162161154-
CMYK00.010.050.36
HSL52.5º4.12%61.96%-
HSV(B)52.5º4.94%63.53%-
XYZ33.4835.535.66-
YUV160.5124.33129.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=33.96%
G=33.75%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216115400.010.050.3652.54.1261.96
HexA2A19A015243543e
Octal2422412320154465476
Binary10100010101000011001101001101100100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A19A; }

 p { color: rgb(162,161,154); }

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

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

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

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

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

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

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