Shades of Dusty Grey #A19594
Tints of Dusty Grey #A19594
RGB
CMYK
RGB Variations
Color information
#A19594 (or 0xA19594) is known color: Dusty Grey. HEX triplet: A1, 95 and 94. RGB value is (161,149,148). Sum of RGB (Red+Green+Blue) = 161+149+148=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19594 is #5E6A6B. Grayscale: #989898. Windows color (decimal): -6187628 or 9737633. OLE color: 9737633.
HSL color Cylindrical-coordinate representation of color #A19594: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19594 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 148 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.37 |
| HSL | 4.62º | 0.06% | 0.61% | - |
| HSV(B) | 4.62º | 0.08% | 0.63% | - |
| XYZ | 30.79 | 31.21 | 32.42 | - |
| YUV | 152.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 148 | 0 | 0.07 | 0.08 | 0.37 | 4.62 | 0.06 | 0.61 |
| Hex | A1 | 95 | 94 | 0 | 7 | 8 | 25 | 5 | 6 | 3D |
| Octal | 241 | 225 | 224 | 0 | 7 | 10 | 45 | 5 | 6 | 75 |
| Binary | 10100001 | 10010101 | 10010100 | 0 | 111 | 1000 | 100101 | 101 | 110 | 111101 |
Color Harmonies of #A19594
Complementary color
Monochromatic Colors of #A19594
Black with #A19594
Text Example
Text Example
White with #A19594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19594; }
p { color: rgb(161,149,148); }
H1.HeaderClassName
{
color: #A19594;
}
.AnyTagClassName
{
color: #A19594;
}
</style>
background-color css
<style>
a { background-color: #A19594; }
a { background-color: rgb(161,149,148); }
div.DivClassName
{
background-color: #A19594;
}
.BgClassName
{
background-color: #A19594;
}
</style>
border-color css
<style>
span { border-color: #A19594; }
span { border-color: rgb(161,149,148); }
td.TdClassName
{
border-color: #A19594;
}
.TagClassName
{
border-color: #A19594;
}
</style>