#A49292

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

Shades of Dusty Grey #A49292

Tints of Dusty Grey #A49292

Color information

#A49292 (or 0xA49292) is unknown color: approx Dusty Grey. HEX triplet: A4, 92 and 92. RGB value is (164,146,146). Sum of RGB (Red+Green+Blue) = 164+146+146=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49292 is #5B6D6D. Grayscale: #979797. Windows color (decimal): -5991790 or 9605796. OLE color: 9605796.

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

Color convert

RGB164146146-
CMYK00.110.110.36
HSL9%60.78%-
HSV(B)10.98%64.31%-
XYZ30.7830.5331.46-
YUV151.38124.96137-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=35.96%
G=32.02%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414614600.110.110.360960.78
HexA492920BB24093d
Octal244222222013134401175
Binary10100100100100101001001001011101110010001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49292; }

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

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

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

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

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

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

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

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