#A5A498

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

Shades of Foggy Grey #A5A498

Tints of Foggy Grey #A5A498

Color information

#A5A498 (or 0xA5A498) is unknown color: approx Foggy Grey. HEX triplet: A5, A4 and 98. RGB value is (165,164,152). Sum of RGB (Red+Green+Blue) = 165+164+152=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A498 is #5A5B67. Grayscale: #A2A2A2. Windows color (decimal): -5921640 or 10003621. OLE color: 10003621.

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

Color convert

RGB165164152-
CMYK00.010.080.35
HSL55.38º6.74%62.16%-
HSV(B)55.38º7.88%64.71%-
XYZ34.4636.8235-
YUV162.93121.83129.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=34.30%
G=34.10%
B=31.60%

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
Decimal16516415200.010.080.3555.386.7462.16
HexA5A498018233773e
Octal24524423001104367776
Binary101001011010010010011000011000100011110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A498; }

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

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

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

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

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

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

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

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