#A4A39C

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

Shades of Foggy Grey #A4A39C

Tints of Foggy Grey #A4A39C

Color information

#A4A39C (or 0xA4A39C) is unknown color: approx Foggy Grey. HEX triplet: A4, A3 and 9C. RGB value is (164,163,156). Sum of RGB (Red+Green+Blue) = 164+163+156=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A39C is #5B5C63. Grayscale: #A2A2A2. Windows color (decimal): -5987428 or 10265508. OLE color: 10265508.

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

Color convert

RGB164163156-
CMYK00.010.050.36
HSL52.5º4.21%62.75%-
HSV(B)52.5º4.88%64.31%-
XYZ34.4136.4936.68-
YUV162.5124.33129.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=33.95%
G=33.75%
B=32.30%

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
Decimal16416315600.010.050.3652.54.2162.75
HexA4A39C015243543f
Octal2442432340154465477
Binary10100100101000111001110001101100100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A39C; }

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

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

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

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

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

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

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

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