Shades of Dawn #A19F93
Tints of Dawn #A19F93
RGB
CMYK
RGB Variations
Color information
#A19F93 (or 0xA19F93) is known color: Dawn. HEX triplet: A1, 9F and 93. RGB value is (161,159,147). Sum of RGB (Red+Green+Blue) = 161+159+147=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F93 is #5E606C. Grayscale: #9E9E9E. Windows color (decimal): -6185069 or 9674657. OLE color: 9674657.
HSL color Cylindrical-coordinate representation of color #A19F93: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19F93 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 147 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.37 |
| HSL | 51.43º | 0.07% | 0.6% | - |
| HSV(B) | 51.43º | 0.09% | 0.63% | - |
| XYZ | 32.36 | 34.48 | 32.55 | - |
| YUV | 158.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 147 | 0 | 0.01 | 0.09 | 0.37 | 51.43 | 0.07 | 0.6 |
| Hex | A1 | 9F | 93 | 0 | 1 | 9 | 25 | 33 | 7 | 3C |
| Octal | 241 | 237 | 223 | 0 | 1 | 11 | 45 | 63 | 7 | 74 |
| Binary | 10100001 | 10011111 | 10010011 | 0 | 1 | 1001 | 100101 | 110011 | 111 | 111100 |
Color Harmonies of #A19F93
Complementary color
Monochromatic Colors of #A19F93
Black with #A19F93
Text Example
Text Example
White with #A19F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F93; }
p { color: rgb(161,159,147); }
H1.HeaderClassName
{
color: #A19F93;
}
.AnyTagClassName
{
color: #A19F93;
}
</style>
background-color css
<style>
a { background-color: #A19F93; }
a { background-color: rgb(161,159,147); }
div.DivClassName
{
background-color: #A19F93;
}
.BgClassName
{
background-color: #A19F93;
}
</style>
border-color css
<style>
span { border-color: #A19F93; }
span { border-color: rgb(161,159,147); }
td.TdClassName
{
border-color: #A19F93;
}
.TagClassName
{
border-color: #A19F93;
}
</style>