Shades of Dusty Grey #A49090
Tints of Dusty Grey #A49090
RGB
CMYK
RGB Variations
Color information
#A49090 (or 0xA49090) is known color: Dusty Grey. HEX triplet: A4, 90 and 90. RGB value is (164,144,144). Sum of RGB (Red+Green+Blue) = 164+144+144=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A49090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49090 is #5B6F6F. Grayscale: #969696. Windows color (decimal): -5992304 or 9474212. OLE color: 9474212.
HSL color Cylindrical-coordinate representation of color #A49090: hue angle of 0º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49090 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 144 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.36 |
| HSL | 0º | 0.1% | 0.6% | - |
| HSV(B) | 0º | 0.12% | 0.64% | - |
| XYZ | 30.32 | 29.85 | 30.55 | - |
| YUV | 149.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 144 | 0 | 0.12 | 0.12 | 0.36 | 0 | 0.1 | 0.6 |
| Hex | A4 | 90 | 90 | 0 | C | C | 24 | 0 | A | 3C |
| Octal | 244 | 220 | 220 | 0 | 14 | 14 | 44 | 0 | 12 | 74 |
| Binary | 10100100 | 10010000 | 10010000 | 0 | 1100 | 1100 | 100100 | 0 | 1010 | 111100 |
Color Harmonies of #A49090
Complementary color
Monochromatic Colors of #A49090
Black with #A49090
Text Example
Text Example
White with #A49090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49090; }
p { color: rgb(164,144,144); }
H1.HeaderClassName
{
color: #A49090;
}
.AnyTagClassName
{
color: #A49090;
}
</style>
background-color css
<style>
a { background-color: #A49090; }
a { background-color: rgb(164,144,144); }
div.DivClassName
{
background-color: #A49090;
}
.BgClassName
{
background-color: #A49090;
}
</style>
border-color css
<style>
span { border-color: #A49090; }
span { border-color: rgb(164,144,144); }
td.TdClassName
{
border-color: #A49090;
}
.TagClassName
{
border-color: #A49090;
}
</style>