#A49797

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

Shades of Dusty Grey #A49797

Tints of Dusty Grey #A49797

Color information

#A49797 (or 0xA49797) is unknown color: approx Dusty Grey. HEX triplet: A4, 97 and 97. RGB value is (164,151,151). Sum of RGB (Red+Green+Blue) = 164+151+151=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49797 is #5B6868. Grayscale: #9A9A9A. Windows color (decimal): -5990505 or 9934756. OLE color: 9934756.

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

Color convert

RGB164151151-
CMYK00.080.080.36
HSL6.67%61.76%-
HSV(B)7.93%64.31%-
XYZ31.9632.2633.82-
YUV154.89125.81134.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=35.19%
G=32.40%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415115100.080.080.3606.6761.76
HexA4979708824073e
Octal24422722701010440776
Binary1010010010010111100101110100010001001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49797; }

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

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

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

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

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

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

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

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