#A5A396

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

Shades of Foggy Grey #A5A396

Tints of Foggy Grey #A5A396

Color information

#A5A396 (or 0xA5A396) is unknown color: approx Foggy Grey. HEX triplet: A5, A3 and 96. RGB value is (165,163,150). Sum of RGB (Red+Green+Blue) = 165+163+150=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A396 is #5A5C69. Grayscale: #A2A2A2. Windows color (decimal): -5921898 or 9872293. OLE color: 9872293.

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

Color convert

RGB165163150-
CMYK00.010.090.35
HSL52º7.69%61.76%-
HSV(B)52º9.09%64.71%-
XYZ34.1236.434.08-
YUV162.12121.16130.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=34.52%
G=34.10%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516315000.010.090.35527.6961.76
HexA5A396019233483e
Octal245243226011143641076
Binary1010010110100011100101100110011000111101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A396; }

 p { color: rgb(165,163,150); }

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

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

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

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

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

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

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