#A8A799

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

Shades of Foggy Grey #A8A799

Tints of Foggy Grey #A8A799

Color information

#A8A799 (or 0xA8A799) is unknown color: approx Foggy Grey. HEX triplet: A8, A7 and 99. RGB value is (168,167,153). Sum of RGB (Red+Green+Blue) = 168+167+153=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A799 is #575866. Grayscale: #A5A5A5. Windows color (decimal): -5724263 or 10069928. OLE color: 10069928.

HSL color Cylindrical-coordinate representation of color #A8A799: hue angle of 56º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A799 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168167153-
CMYK00.010.090.34
HSL56º7.94%62.94%-
HSV(B)56º8.93%65.88%-
XYZ35.7238.2635.64-
YUV165.7120.83129.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=34.43%
G=34.22%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816715300.010.090.34567.9462.94
HexA8A799019223883f
Octal250247231011142701077
Binary1010100010100111100110010110011000101110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A799; }

 p { color: rgb(168,167,153); }

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

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

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

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

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

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

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