#A4A39B

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

Shades of Foggy Grey #A4A39B

Tints of Foggy Grey #A4A39B

Color information

#A4A39B (or 0xA4A39B) is unknown color: approx Foggy Grey. HEX triplet: A4, A3 and 9B. RGB value is (164,163,155). Sum of RGB (Red+Green+Blue) = 164+163+155=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A39B is #5B5C64. Grayscale: #A2A2A2. Windows color (decimal): -5987429 or 10199972. OLE color: 10199972.

HSL color Cylindrical-coordinate representation of color #A4A39B: hue angle of 53.33º degrees, saturation: 0.05, 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 #A4A39B is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164163155-
CMYK00.010.050.36
HSL53.33º4.71%62.55%-
HSV(B)53.33º5.49%64.31%-
XYZ34.3236.4536.24-
YUV162.39123.83129.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=34.02%
G=33.82%
B=32.16%

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
Decimal16416315500.010.050.3653.334.7162.55
HexA4A39B015243553f
Octal2442432330154465577
Binary10100100101000111001101101101100100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A39B; }

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

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

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

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

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

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

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

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