#A5A495

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

Shades of Foggy Grey #A5A495

Tints of Foggy Grey #A5A495

Color information

#A5A495 (or 0xA5A495) is unknown color: approx Foggy Grey. HEX triplet: A5, A4 and 95. RGB value is (165,164,149). Sum of RGB (Red+Green+Blue) = 165+164+149=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A495 is #5A5B6A. Grayscale: #A2A2A2. Windows color (decimal): -5921643 or 9807013. OLE color: 9807013.

HSL color Cylindrical-coordinate representation of color #A5A495: hue angle of 56.25º 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 #A5A495 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB165164149-
CMYK00.010.100.35
HSL56.25º8.16%61.57%-
HSV(B)56.25º9.7%64.71%-
XYZ34.2236.7233.72-
YUV162.59120.33129.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=34.52%
G=34.31%
B=31.17%

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
Decimal16516414900.010.100.3556.258.1661.57
HexA5A49501A233883e
Octal245244225011243701076
Binary1010010110100100100101010110101000111110001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A495; }

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

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

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

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

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

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

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

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