#A5A395

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

Shades of Foggy Grey #A5A395

Tints of Foggy Grey #A5A395

Color information

#A5A395 (or 0xA5A395) is unknown color: approx Foggy Grey. HEX triplet: A5, A3 and 95. RGB value is (165,163,149). Sum of RGB (Red+Green+Blue) = 165+163+149=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A395 is #5A5C6A. Grayscale: #A2A2A2. Windows color (decimal): -5921899 or 9806757. OLE color: 9806757.

HSL color Cylindrical-coordinate representation of color #A5A395: hue angle of 52.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A395 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB165163149-
CMYK00.010.100.35
HSL52.5º8.16%61.57%-
HSV(B)52.5º9.7%64.71%-
XYZ34.0436.3633.66-
YUV162120.66130.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=34.59%
G=34.17%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516314900.010.100.3552.58.1661.57
HexA5A39501A233583e
Octal245243225011243651076
Binary1010010110100011100101010110101000111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A395; }

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

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

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

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

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

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

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

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