#A4A397

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

Shades of Foggy Grey #A4A397

Tints of Foggy Grey #A4A397

Color information

#A4A397 (or 0xA4A397) is unknown color: approx Foggy Grey. HEX triplet: A4, A3 and 97. RGB value is (164,163,151). Sum of RGB (Red+Green+Blue) = 164+163+151=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A397 is #5B5C68. Grayscale: #A1A1A1. Windows color (decimal): -5987433 or 9937828. OLE color: 9937828.

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

Color convert

RGB164163151-
CMYK00.010.080.36
HSL55.38º6.67%61.76%-
HSV(B)55.38º7.93%64.31%-
XYZ33.9936.3234.5-
YUV161.93121.83129.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=34.31%
G=34.10%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416315100.010.080.3655.386.6761.76
HexA4A397018243773e
Octal24424322701104467776
Binary101001001010001110010111011000100100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A397; }

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

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

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

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

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

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

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

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