#A79696

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

Shades of Dusty Grey #A79696

Tints of Dusty Grey #A79696

Color information

#A79696 (or 0xA79696) is unknown color: approx Dusty Grey. HEX triplet: A7, 96 and 96. RGB value is (167,150,150). Sum of RGB (Red+Green+Blue) = 167+150+150=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79696 is #586969. Grayscale: #9B9B9B. Windows color (decimal): -5794154 or 9868967. OLE color: 9868967.

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

Color convert

RGB167150150-
CMYK00.100.100.35
HSL8.81%62.16%-
HSV(B)10.18%65.49%-
XYZ32.3532.2333.37-
YUV155.08125.13136.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=35.76%
G=32.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715015000.100.100.3508.8162.16
HexA796960AA23093e
Octal247226226012124301176
Binary10100111100101101001011001010101010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79696; }

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

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

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

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

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

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

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

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