Shades of Dawn #A19D91
Tints of Dawn #A19D91
RGB
CMYK
RGB Variations
Color information
#A19D91 (or 0xA19D91) is known color: Dawn. HEX triplet: A1, 9D and 91. RGB value is (161,157,145). Sum of RGB (Red+Green+Blue) = 161+157+145=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D91 is #5E626E. Grayscale: #9C9C9C. Windows color (decimal): -6185583 or 9543073. OLE color: 9543073.
HSL color Cylindrical-coordinate representation of color #A19D91: hue angle of 45º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19D91 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 145 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.37 |
| HSL | 45º | 0.08% | 0.6% | - |
| HSV(B) | 45º | 0.1% | 0.63% | - |
| XYZ | 31.87 | 33.74 | 31.62 | - |
| YUV | 156.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 145 | 0 | 0.02 | 0.10 | 0.37 | 45 | 0.08 | 0.6 |
| Hex | A1 | 9D | 91 | 0 | 2 | A | 25 | 2D | 8 | 3C |
| Octal | 241 | 235 | 221 | 0 | 2 | 12 | 45 | 55 | 10 | 74 |
| Binary | 10100001 | 10011101 | 10010001 | 0 | 10 | 1010 | 100101 | 101101 | 1000 | 111100 |
Color Harmonies of #A19D91
Complementary color
Monochromatic Colors of #A19D91
Black with #A19D91
Text Example
Text Example
White with #A19D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D91; }
p { color: rgb(161,157,145); }
H1.HeaderClassName
{
color: #A19D91;
}
.AnyTagClassName
{
color: #A19D91;
}
</style>
background-color css
<style>
a { background-color: #A19D91; }
a { background-color: rgb(161,157,145); }
div.DivClassName
{
background-color: #A19D91;
}
.BgClassName
{
background-color: #A19D91;
}
</style>
border-color css
<style>
span { border-color: #A19D91; }
span { border-color: rgb(161,157,145); }
td.TdClassName
{
border-color: #A19D91;
}
.TagClassName
{
border-color: #A19D91;
}
</style>