#A5A497

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

Shades of Foggy Grey #A5A497

Tints of Foggy Grey #A5A497

Color information

#A5A497 (or 0xA5A497) is unknown color: approx Foggy Grey. HEX triplet: A5, A4 and 97. RGB value is (165,164,151). Sum of RGB (Red+Green+Blue) = 165+164+151=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A497 is #5A5B68. Grayscale: #A2A2A2. Windows color (decimal): -5921641 or 9938085. OLE color: 9938085.

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

Color convert

RGB165164151-
CMYK00.010.080.35
HSL55.71º7.22%61.96%-
HSV(B)55.71º8.48%64.71%-
XYZ34.3836.7834.57-
YUV162.82121.33129.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=34.38%
G=34.17%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516415100.010.080.3555.717.2261.96
HexA5A497018233873e
Octal24524422701104370776
Binary101001011010010010010111011000100011111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A497; }

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

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

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

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

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

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

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

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