Shades of Dusty Grey #A39696
Tints of Dusty Grey #A39696
RGB
CMYK
RGB Variations
Color information
#A39696 (or 0xA39696) is known color: Dusty Grey. HEX triplet: A3, 96 and 96. RGB value is (163,150,150). Sum of RGB (Red+Green+Blue) = 163+150+150=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39696 is #5C6969. Grayscale: #999999. Windows color (decimal): -6056298 or 9868963. OLE color: 9868963.
HSL color Cylindrical-coordinate representation of color #A39696: hue angle of 0º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A39696 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 150 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.36 |
| HSL | 0º | 0.07% | 0.61% | - |
| HSV(B) | 0º | 0.08% | 0.64% | - |
| XYZ | 31.52 | 31.8 | 33.33 | - |
| YUV | 153.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 150 | 0 | 0.08 | 0.08 | 0.36 | 0 | 0.07 | 0.61 |
| Hex | A3 | 96 | 96 | 0 | 8 | 8 | 24 | 0 | 7 | 3D |
| Octal | 243 | 226 | 226 | 0 | 10 | 10 | 44 | 0 | 7 | 75 |
| Binary | 10100011 | 10010110 | 10010110 | 0 | 1000 | 1000 | 100100 | 0 | 111 | 111101 |
Color Harmonies of #A39696
Complementary color
Monochromatic Colors of #A39696
Black with #A39696
Text Example
Text Example
White with #A39696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39696; }
p { color: rgb(163,150,150); }
H1.HeaderClassName
{
color: #A39696;
}
.AnyTagClassName
{
color: #A39696;
}
</style>
background-color css
<style>
a { background-color: #A39696; }
a { background-color: rgb(163,150,150); }
div.DivClassName
{
background-color: #A39696;
}
.BgClassName
{
background-color: #A39696;
}
</style>
border-color css
<style>
span { border-color: #A39696; }
span { border-color: rgb(163,150,150); }
td.TdClassName
{
border-color: #A39696;
}
.TagClassName
{
border-color: #A39696;
}
</style>