Shades of Dusty Grey #A89999
Tints of Dusty Grey #A89999
RGB
CMYK
RGB Variations
Color information
#A89999 (or 0xA89999) is known color: Dusty Grey. HEX triplet: A8, 99 and 99. RGB value is (168,153,153). Sum of RGB (Red+Green+Blue) = 168+153+153=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A89999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89999 is #576666. Grayscale: #9D9D9D. Windows color (decimal): -5727847 or 10066344. OLE color: 10066344.
HSL color Cylindrical-coordinate representation of color #A89999: hue angle of 0º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A89999 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 153 | 153 | - |
CMYK | 0 | 0.09 | 0.09 | 0.34 |
HSL | 0º | 0.08% | 0.63% | - |
HSV(B) | 0º | 0.09% | 0.66% | - |
XYZ | 33.29 | 33.41 | 34.83 | - |
YUV | 157.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 153 | 153 | 0 | 0.09 | 0.09 | 0.34 | 0 | 0.08 | 0.63 |
Hex | A8 | 99 | 99 | 0 | 9 | 9 | 22 | 0 | 8 | 3F |
Octal | 250 | 231 | 231 | 0 | 11 | 11 | 42 | 0 | 10 | 77 |
Binary | 10101000 | 10011001 | 10011001 | 0 | 1001 | 1001 | 100010 | 0 | 1000 | 111111 |
Color Harmonies of #A89999
Complementary color
Monochromatic Colors of #A89999
Black with #A89999
Text Example
Text Example
White with #A89999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89999; }
p { color: rgb(168,153,153); }
H1.HeaderClassName
{
color: #A89999;
}
.AnyTagClassName
{
color: #A89999;
}
</style>
background-color css
<style>
a { background-color: #A89999; }
a { background-color: rgb(168,153,153); }
div.DivClassName
{
background-color: #A89999;
}
.BgClassName
{
background-color: #A89999;
}
</style>
border-color css
<style>
span { border-color: #A89999; }
span { border-color: rgb(168,153,153); }
td.TdClassName
{
border-color: #A89999;
}
.TagClassName
{
border-color: #A89999;
}
</style>