#A7A696

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

Shades of Foggy Grey #A7A696

Tints of Foggy Grey #A7A696

Color information

#A7A696 (or 0xA7A696) is unknown color: approx Foggy Grey. HEX triplet: A7, A6 and 96. RGB value is (167,166,150). Sum of RGB (Red+Green+Blue) = 167+166+150=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A696 is #585969. Grayscale: #A4A4A4. Windows color (decimal): -5790058 or 9873063. OLE color: 9873063.

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

Color convert

RGB167166150-
CMYK00.010.100.35
HSL56.47º8.81%62.16%-
HSV(B)56.47º10.18%65.49%-
XYZ35.0837.6934.28-
YUV164.48119.83129.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=34.58%
G=34.37%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716615000.010.100.3556.478.8162.16
HexA7A69601A233893e
Octal247246226011243701176
Binary1010011110100110100101100110101000111110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A696; }

 p { color: rgb(167,166,150); }

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

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

 a { background-color: rgb(167,166,150); }

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

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

 span { border-color: rgb(167,166,150); }

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