#A9A89B

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

Shades of Foggy Grey #A9A89B

Tints of Foggy Grey #A9A89B

Color information

#A9A89B (or 0xA9A89B) is unknown color: approx Foggy Grey. HEX triplet: A9, A8 and 9B. RGB value is (169,168,155). Sum of RGB (Red+Green+Blue) = 169+168+155=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A89B is #565764. Grayscale: #A6A6A6. Windows color (decimal): -5658469 or 10201257. OLE color: 10201257.

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

Color convert

RGB169168155-
CMYK00.010.080.34
HSL55.71º7.53%63.53%-
HSV(B)55.71º8.28%66.27%-
XYZ36.2838.8136.59-
YUV166.82121.33129.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=34.35%
G=34.15%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916815500.010.080.3455.717.5363.53
HexA9A89B0182238840
Octal2512502330110427010100
Binary10101001101010001001101101100010001011100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A89B; }

 p { color: rgb(169,168,155); }

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

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

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

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

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

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

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