Shades of Dawn #A19F8E
Tints of Dawn #A19F8E
RGB
CMYK
RGB Variations
Color information
#A19F8E (or 0xA19F8E) is known color: Dawn. HEX triplet: A1, 9F and 8E. RGB value is (161,159,142). Sum of RGB (Red+Green+Blue) = 161+159+142=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F8E is #5E6071. Grayscale: #9D9D9D. Windows color (decimal): -6185074 or 9346977. OLE color: 9346977.
HSL color Cylindrical-coordinate representation of color #A19F8E: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A19F8E is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 142 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.37 |
| HSL | 53.68º | 0.09% | 0.59% | - |
| HSV(B) | 53.68º | 0.12% | 0.63% | - |
| XYZ | 31.98 | 34.33 | 30.53 | - |
| YUV | 157.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 142 | 0 | 0.01 | 0.12 | 0.37 | 53.68 | 0.09 | 0.59 |
| Hex | A1 | 9F | 8E | 0 | 1 | C | 25 | 36 | 9 | 3B |
| Octal | 241 | 237 | 216 | 0 | 1 | 14 | 45 | 66 | 11 | 73 |
| Binary | 10100001 | 10011111 | 10001110 | 0 | 1 | 1100 | 100101 | 110110 | 1001 | 111011 |
Color Harmonies of #A19F8E
Complementary color
Monochromatic Colors of #A19F8E
Black with #A19F8E
Text Example
Text Example
White with #A19F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F8E; }
p { color: rgb(161,159,142); }
H1.HeaderClassName
{
color: #A19F8E;
}
.AnyTagClassName
{
color: #A19F8E;
}
</style>
background-color css
<style>
a { background-color: #A19F8E; }
a { background-color: rgb(161,159,142); }
div.DivClassName
{
background-color: #A19F8E;
}
.BgClassName
{
background-color: #A19F8E;
}
</style>
border-color css
<style>
span { border-color: #A19F8E; }
span { border-color: rgb(161,159,142); }
td.TdClassName
{
border-color: #A19F8E;
}
.TagClassName
{
border-color: #A19F8E;
}
</style>