Shades of Dusty Grey #A59090
Tints of Dusty Grey #A59090
RGB
CMYK
RGB Variations
Color information
#A59090 (or 0xA59090) is known color: Dusty Grey. HEX triplet: A5, 90 and 90. RGB value is (165,144,144). Sum of RGB (Red+Green+Blue) = 165+144+144=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A59090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59090 is #5A6F6F. Grayscale: #969696. Windows color (decimal): -5926768 or 9474213. OLE color: 9474213.
HSL color Cylindrical-coordinate representation of color #A59090: hue angle of 0º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59090 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 144 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.35 |
| HSL | 0º | 0.1% | 0.61% | - |
| HSV(B) | 0º | 0.13% | 0.65% | - |
| XYZ | 30.52 | 29.96 | 30.56 | - |
| YUV | 150.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 144 | 0 | 0.13 | 0.13 | 0.35 | 0 | 0.1 | 0.61 |
| Hex | A5 | 90 | 90 | 0 | D | D | 23 | 0 | A | 3D |
| Octal | 245 | 220 | 220 | 0 | 15 | 15 | 43 | 0 | 12 | 75 |
| Binary | 10100101 | 10010000 | 10010000 | 0 | 1101 | 1101 | 100011 | 0 | 1010 | 111101 |
Color Harmonies of #A59090
Complementary color
Monochromatic Colors of #A59090
Black with #A59090
Text Example
Text Example
White with #A59090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59090; }
p { color: rgb(165,144,144); }
H1.HeaderClassName
{
color: #A59090;
}
.AnyTagClassName
{
color: #A59090;
}
</style>
background-color css
<style>
a { background-color: #A59090; }
a { background-color: rgb(165,144,144); }
div.DivClassName
{
background-color: #A59090;
}
.BgClassName
{
background-color: #A59090;
}
</style>
border-color css
<style>
span { border-color: #A59090; }
span { border-color: rgb(165,144,144); }
td.TdClassName
{
border-color: #A59090;
}
.TagClassName
{
border-color: #A59090;
}
</style>