Shades of Dawn #A19F89
Tints of Dawn #A19F89
RGB
CMYK
RGB Variations
Color information
#A19F89 (or 0xA19F89) is known color: Dawn. HEX triplet: A1, 9F and 89. RGB value is (161,159,137). Sum of RGB (Red+Green+Blue) = 161+159+137=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F89 is #5E6076. Grayscale: #9D9D9D. Windows color (decimal): -6185079 or 9019297. OLE color: 9019297.
HSL color Cylindrical-coordinate representation of color #A19F89: hue angle of 55º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19F89 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 137 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.37 |
| HSL | 55º | 0.11% | 0.58% | - |
| HSV(B) | 55º | 0.15% | 0.63% | - |
| XYZ | 31.61 | 34.18 | 28.6 | - |
| YUV | 157.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 137 | 0 | 0.01 | 0.15 | 0.37 | 55 | 0.11 | 0.58 |
| Hex | A1 | 9F | 89 | 0 | 1 | F | 25 | 37 | B | 3A |
| Octal | 241 | 237 | 211 | 0 | 1 | 17 | 45 | 67 | 13 | 72 |
| Binary | 10100001 | 10011111 | 10001001 | 0 | 1 | 1111 | 100101 | 110111 | 1011 | 111010 |
Color Harmonies of #A19F89
Complementary color
Monochromatic Colors of #A19F89
Black with #A19F89
Text Example
Text Example
White with #A19F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F89; }
p { color: rgb(161,159,137); }
H1.HeaderClassName
{
color: #A19F89;
}
.AnyTagClassName
{
color: #A19F89;
}
</style>
background-color css
<style>
a { background-color: #A19F89; }
a { background-color: rgb(161,159,137); }
div.DivClassName
{
background-color: #A19F89;
}
.BgClassName
{
background-color: #A19F89;
}
</style>
border-color css
<style>
span { border-color: #A19F89; }
span { border-color: rgb(161,159,137); }
td.TdClassName
{
border-color: #A19F89;
}
.TagClassName
{
border-color: #A19F89;
}
</style>