Shades of Dusty Grey #A19191
Tints of Dusty Grey #A19191
RGB
CMYK
RGB Variations
Color information
#A19191 (or 0xA19191) is known color: Dusty Grey. HEX triplet: A1, 91 and 91. RGB value is (161,145,145). Sum of RGB (Red+Green+Blue) = 161+145+145=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A19191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19191 is #5E6E6E. Grayscale: #959595. Windows color (decimal): -6188655 or 9540001. OLE color: 9540001.
HSL color Cylindrical-coordinate representation of color #A19191: hue angle of 0º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19191 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 145 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.37 |
| HSL | 0º | 0.08% | 0.6% | - |
| HSV(B) | 0º | 0.1% | 0.63% | - |
| XYZ | 29.93 | 29.87 | 30.98 | - |
| YUV | 149.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 145 | 0 | 0.10 | 0.10 | 0.37 | 0 | 0.08 | 0.6 |
| Hex | A1 | 91 | 91 | 0 | A | A | 25 | 0 | 8 | 3C |
| Octal | 241 | 221 | 221 | 0 | 12 | 12 | 45 | 0 | 10 | 74 |
| Binary | 10100001 | 10010001 | 10010001 | 0 | 1010 | 1010 | 100101 | 0 | 1000 | 111100 |
Color Harmonies of #A19191
Complementary color
Monochromatic Colors of #A19191
Black with #A19191
Text Example
Text Example
White with #A19191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19191; }
p { color: rgb(161,145,145); }
H1.HeaderClassName
{
color: #A19191;
}
.AnyTagClassName
{
color: #A19191;
}
</style>
background-color css
<style>
a { background-color: #A19191; }
a { background-color: rgb(161,145,145); }
div.DivClassName
{
background-color: #A19191;
}
.BgClassName
{
background-color: #A19191;
}
</style>
border-color css
<style>
span { border-color: #A19191; }
span { border-color: rgb(161,145,145); }
td.TdClassName
{
border-color: #A19191;
}
.TagClassName
{
border-color: #A19191;
}
</style>