#A4A39A

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

Shades of Foggy Grey #A4A39A

Tints of Foggy Grey #A4A39A

Color information

#A4A39A (or 0xA4A39A) is unknown color: approx Foggy Grey. HEX triplet: A4, A3 and 9A. RGB value is (164,163,154). Sum of RGB (Red+Green+Blue) = 164+163+154=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A39A is #5B5C65. Grayscale: #A2A2A2. Windows color (decimal): -5987430 or 10134436. OLE color: 10134436.

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

Color convert

RGB164163154-
CMYK00.010.060.36
HSL54º5.21%62.35%-
HSV(B)54º6.1%64.31%-
XYZ34.2436.4235.8-
YUV162.27123.33129.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=34.10%
G=33.89%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416315400.010.060.36545.2162.35
HexA4A39A016243653e
Octal2442432320164466576
Binary10100100101000111001101001110100100110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A39A; }

 p { color: rgb(164,163,154); }

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

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

 a { background-color: rgb(164,163,154); }

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

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

 span { border-color: rgb(164,163,154); }

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