#A5A59E

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

Shades of Foggy Grey #A5A59E

Tints of Foggy Grey #A5A59E

Color information

#A5A59E (or 0xA5A59E) is unknown color: approx Foggy Grey. HEX triplet: A5, A5 and 9E. RGB value is (165,165,158). Sum of RGB (Red+Green+Blue) = 165+165+158=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A59E is #5A5A61. Grayscale: #A4A4A4. Windows color (decimal): -5921378 or 10397093. OLE color: 10397093.

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

Color convert

RGB165165158-
CMYK000.040.35
HSL60º3.74%63.33%-
HSV(B)60º4.24%64.71%-
XYZ35.1437.3837.71-
YUV164.2124.5128.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=33.81%
G=33.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165158000.040.35603.7463.33
HexA5A59E004233c43f
Octal2452452360044374477
Binary10100101101001011001111000100100011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A59E; }

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

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

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

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

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

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

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

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