#A5A49E

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

Shades of Foggy Grey #A5A49E

Tints of Foggy Grey #A5A49E

Color information

#A5A49E (or 0xA5A49E) is unknown color: approx Foggy Grey. HEX triplet: A5, A4 and 9E. RGB value is (165,164,158). Sum of RGB (Red+Green+Blue) = 165+164+158=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A49E is #5A5B61. Grayscale: #A3A3A3. Windows color (decimal): -5921634 or 10396837. OLE color: 10396837.

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

Color convert

RGB165164158-
CMYK00.010.040.35
HSL51.43º3.74%63.33%-
HSV(B)51.43º4.24%64.71%-
XYZ34.9637.0237.65-
YUV163.62124.83128.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=33.88%
G=33.68%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516415800.010.040.3551.433.7463.33
HexA5A49E014233343f
Octal2452442360144363477
Binary10100101101001001001111001100100011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A49E; }

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

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

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

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

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

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

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

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