#A8A59A

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

Shades of Foggy Grey #A8A59A

Tints of Foggy Grey #A8A59A

Color information

#A8A59A (or 0xA8A59A) is unknown color: approx Foggy Grey. HEX triplet: A8, A5 and 9A. RGB value is (168,165,154). Sum of RGB (Red+Green+Blue) = 168+165+154=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A59A is #575A65. Grayscale: #A4A4A4. Windows color (decimal): -5724774 or 10134952. OLE color: 10134952.

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

Color convert

RGB168165154-
CMYK00.020.080.34
HSL47.14º7.45%63.14%-
HSV(B)47.14º8.33%65.88%-
XYZ35.4437.5735.96-
YUV164.64121.99130.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=34.50%
G=33.88%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816515400.020.080.3447.147.4563.14
HexA8A59A028222f73f
Octal25024523202104257777
Binary1010100010100101100110100101000100010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A59A; }

 p { color: rgb(168,165,154); }

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

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

 a { background-color: rgb(168,165,154); }

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

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

 span { border-color: rgb(168,165,154); }

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