#A4A499

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

Shades of Foggy Grey #A4A499

Tints of Foggy Grey #A4A499

Color information

#A4A499 (or 0xA4A499) is unknown color: approx Foggy Grey. HEX triplet: A4, A4 and 99. RGB value is (164,164,153). Sum of RGB (Red+Green+Blue) = 164+164+153=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A499 is #5B5B66. Grayscale: #A2A2A2. Windows color (decimal): -5987175 or 10069156. OLE color: 10069156.

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

Color convert

RGB164164153-
CMYK000.070.36
HSL60º5.7%62.16%-
HSV(B)60º6.71%64.31%-
XYZ34.3436.7435.42-
YUV162.75122.5128.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=34.10%
G=34.10%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164153000.070.36605.762.16
HexA4A499007243c63e
Octal2442442310074474676
Binary10100100101001001001100100111100100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A499; }

 p { color: rgb(164,164,153); }

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

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

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

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

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

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

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