#A4A396

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

Shades of Foggy Grey #A4A396

Tints of Foggy Grey #A4A396

Color information

#A4A396 (or 0xA4A396) is unknown color: approx Foggy Grey. HEX triplet: A4, A3 and 96. RGB value is (164,163,150). Sum of RGB (Red+Green+Blue) = 164+163+150=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A396 is #5B5C69. Grayscale: #A1A1A1. Windows color (decimal): -5987434 or 9872292. OLE color: 9872292.

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

Color convert

RGB164163150-
CMYK00.010.090.36
HSL55.71º7.14%61.57%-
HSV(B)55.71º8.54%64.31%-
XYZ33.9136.2934.07-
YUV161.82121.33129.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=34.38%
G=34.17%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416315000.010.090.3655.717.1461.57
HexA4A396019243873e
Octal24424322601114470776
Binary101001001010001110010110011001100100111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A396; }

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

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

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

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

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

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

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

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