Shades of Dawn #A19F91
Tints of Dawn #A19F91
RGB
CMYK
RGB Variations
Color information
#A19F91 (or 0xA19F91) is known color: Dawn. HEX triplet: A1, 9F and 91. RGB value is (161,159,145). Sum of RGB (Red+Green+Blue) = 161+159+145=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F91 is #5E606E. Grayscale: #9E9E9E. Windows color (decimal): -6185071 or 9543585. OLE color: 9543585.
HSL color Cylindrical-coordinate representation of color #A19F91: hue angle of 52.5º 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 #A19F91 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 145 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.37 |
| HSL | 52.5º | 0.08% | 0.6% | - |
| HSV(B) | 52.5º | 0.1% | 0.63% | - |
| XYZ | 32.21 | 34.42 | 31.73 | - |
| YUV | 158 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 145 | 0 | 0.01 | 0.10 | 0.37 | 52.5 | 0.08 | 0.6 |
| Hex | A1 | 9F | 91 | 0 | 1 | A | 25 | 34 | 8 | 3C |
| Octal | 241 | 237 | 221 | 0 | 1 | 12 | 45 | 64 | 10 | 74 |
| Binary | 10100001 | 10011111 | 10010001 | 0 | 1 | 1010 | 100101 | 110100 | 1000 | 111100 |
Color Harmonies of #A19F91
Complementary color
Monochromatic Colors of #A19F91
Black with #A19F91
Text Example
Text Example
White with #A19F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F91; }
p { color: rgb(161,159,145); }
H1.HeaderClassName
{
color: #A19F91;
}
.AnyTagClassName
{
color: #A19F91;
}
</style>
background-color css
<style>
a { background-color: #A19F91; }
a { background-color: rgb(161,159,145); }
div.DivClassName
{
background-color: #A19F91;
}
.BgClassName
{
background-color: #A19F91;
}
</style>
border-color css
<style>
span { border-color: #A19F91; }
span { border-color: rgb(161,159,145); }
td.TdClassName
{
border-color: #A19F91;
}
.TagClassName
{
border-color: #A19F91;
}
</style>