#A5A39A

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

Shades of Foggy Grey #A5A39A

Tints of Foggy Grey #A5A39A

Color information

#A5A39A (or 0xA5A39A) is unknown color: approx Foggy Grey. HEX triplet: A5, A3 and 9A. RGB value is (165,163,154). Sum of RGB (Red+Green+Blue) = 165+163+154=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A39A is #5A5C65. Grayscale: #A2A2A2. Windows color (decimal): -5921894 or 10134437. OLE color: 10134437.

HSL color Cylindrical-coordinate representation of color #A5A39A: hue angle of 49.09º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5A39A is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165163154-
CMYK00.010.070.35
HSL49.09º5.76%62.55%-
HSV(B)49.09º6.67%64.71%-
XYZ34.4536.5335.81-
YUV162.57123.16129.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=34.23%
G=33.82%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516315400.010.070.3549.095.7662.55
HexA5A39A017233163f
Octal2452432320174361677
Binary10100101101000111001101001111100011110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A39A; }

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

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

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

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

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

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

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

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