#A79797

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

Shades of Dusty Grey #A79797

Tints of Dusty Grey #A79797

Color information

#A79797 (or 0xA79797) is unknown color: approx Dusty Grey. HEX triplet: A7, 97 and 97. RGB value is (167,151,151). Sum of RGB (Red+Green+Blue) = 167+151+151=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A79797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79797 is #586868. Grayscale: #9B9B9B. Windows color (decimal): -5793897 or 9934759. OLE color: 9934759.

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

Color convert

RGB167151151-
CMYK00.100.100.35
HSL8.33%62.35%-
HSV(B)9.58%65.49%-
XYZ32.5932.5833.85-
YUV155.78125.3136-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=35.61%
G=32.20%
B=32.20%

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
Decimal16715115100.100.100.3508.3362.35
HexA797970AA23083e
Octal247227227012124301076
Binary10100111100101111001011101010101010001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79797; }

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

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

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

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

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

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

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

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