#A9A998

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

Shades of Foggy Grey #A9A998

Tints of Foggy Grey #A9A998

Color information

#A9A998 (or 0xA9A998) is unknown color: approx Foggy Grey. HEX triplet: A9, A9 and 98. RGB value is (169,169,152). Sum of RGB (Red+Green+Blue) = 169+169+152=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A998 is #565667. Grayscale: #A7A7A7. Windows color (decimal): -5658216 or 10004905. OLE color: 10004905.

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

Color convert

RGB169169152-
CMYK000.100.34
HSL60º8.99%62.94%-
HSV(B)60º10.06%66.27%-
XYZ36.2239.0835.34-
YUV167.06119.5129.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=34.49%
G=34.49%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169169152000.100.34608.9962.94
HexA9A99800A223c93f
Octal251251230001242741177
Binary1010100110101001100110000010101000101111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A998; }

 p { color: rgb(169,169,152); }

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

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

 a { background-color: rgb(169,169,152); }

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

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

 span { border-color: rgb(169,169,152); }

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