#A49392

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

Shades of Dusty Grey #A49392

Tints of Dusty Grey #A49392

Color information

#A49392 (or 0xA49392) is unknown color: approx Dusty Grey. HEX triplet: A4, 93 and 92. RGB value is (164,147,146). Sum of RGB (Red+Green+Blue) = 164+147+146=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49392 is #5B6C6D. Grayscale: #979797. Windows color (decimal): -5991534 or 9606052. OLE color: 9606052.

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

Color convert

RGB164147146-
CMYK00.100.110.36
HSL3.33º9%60.78%-
HSV(B)3.33º10.98%64.31%-
XYZ30.9330.8431.52-
YUV151.97124.63136.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=35.89%
G=32.17%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414714600.100.110.363.33960.78
HexA493920AB24393d
Octal244223222012134431175
Binary101001001001001110010010010101011100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49392; }

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

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

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

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

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

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

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

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