#A49493

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

Shades of Dusty Grey #A49493

Tints of Dusty Grey #A49493

Color information

#A49493 (or 0xA49493) is unknown color: approx Dusty Grey. HEX triplet: A4, 94 and 93. RGB value is (164,148,147). Sum of RGB (Red+Green+Blue) = 164+148+147=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49493 is #5B6B6C. Grayscale: #989898. Windows color (decimal): -5991277 or 9671844. OLE color: 9671844.

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

Color convert

RGB164148147-
CMYK00.100.100.36
HSL3.53º8.54%60.98%-
HSV(B)3.53º10.37%64.31%-
XYZ31.1731.1831.98-
YUV152.67124.8136.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=35.73%
G=32.24%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414814700.100.100.363.538.5460.98
HexA494930AA24493d
Octal244224223012124441175
Binary1010010010010100100100110101010101001001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49493; }

 p { color: rgb(164,148,147); }

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

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

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

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

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

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

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