#A5A493

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

Shades of Foggy Grey #A5A493

Tints of Foggy Grey #A5A493

Color information

#A5A493 (or 0xA5A493) is unknown color: approx Foggy Grey. HEX triplet: A5, A4 and 93. RGB value is (165,164,147). Sum of RGB (Red+Green+Blue) = 165+164+147=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A493 is #5A5B6C. Grayscale: #A2A2A2. Windows color (decimal): -5921645 or 9675941. OLE color: 9675941.

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

Color convert

RGB165164147-
CMYK00.010.110.35
HSL56.67º9.09%61.18%-
HSV(B)56.67º10.91%64.71%-
XYZ34.0636.6632.88-
YUV162.36119.33129.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=34.66%
G=34.45%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516414700.010.110.3556.679.0961.18
HexA5A49301B233993d
Octal245244223011343711175
Binary1010010110100100100100110110111000111110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A493; }

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

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

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

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

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

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

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

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