Shades of Dawn #A49F8D
Tints of Dawn #A49F8D
RGB
CMYK
RGB Variations
Color information
#A49F8D (or 0xA49F8D) is known color: Dawn. HEX triplet: A4, 9F and 8D. RGB value is (164,159,141). Sum of RGB (Red+Green+Blue) = 164+159+141=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F8D is #5B6072. Grayscale: #9E9E9E. Windows color (decimal): -5988467 or 9281444. OLE color: 9281444.
HSL color Cylindrical-coordinate representation of color #A49F8D: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49F8D is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 141 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.36 |
| HSL | 46.96º | 0.11% | 0.6% | - |
| HSV(B) | 46.96º | 0.14% | 0.64% | - |
| XYZ | 32.52 | 34.61 | 30.17 | - |
| YUV | 158.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 141 | 0 | 0.03 | 0.14 | 0.36 | 46.96 | 0.11 | 0.6 |
| Hex | A4 | 9F | 8D | 0 | 3 | E | 24 | 2F | B | 3C |
| Octal | 244 | 237 | 215 | 0 | 3 | 16 | 44 | 57 | 13 | 74 |
| Binary | 10100100 | 10011111 | 10001101 | 0 | 11 | 1110 | 100100 | 101111 | 1011 | 111100 |
Color Harmonies of #A49F8D
Complementary color
Monochromatic Colors of #A49F8D
Black with #A49F8D
Text Example
Text Example
White with #A49F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F8D; }
p { color: rgb(164,159,141); }
H1.HeaderClassName
{
color: #A49F8D;
}
.AnyTagClassName
{
color: #A49F8D;
}
</style>
background-color css
<style>
a { background-color: #A49F8D; }
a { background-color: rgb(164,159,141); }
div.DivClassName
{
background-color: #A49F8D;
}
.BgClassName
{
background-color: #A49F8D;
}
</style>
border-color css
<style>
span { border-color: #A49F8D; }
span { border-color: rgb(164,159,141); }
td.TdClassName
{
border-color: #A49F8D;
}
.TagClassName
{
border-color: #A49F8D;
}
</style>