Shades of Dawn #A19E8E
Tints of Dawn #A19E8E
RGB
CMYK
RGB Variations
Color information
#A19E8E (or 0xA19E8E) is known color: Dawn. HEX triplet: A1, 9E and 8E. RGB value is (161,158,142). Sum of RGB (Red+Green+Blue) = 161+158+142=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E8E is #5E6171. Grayscale: #9D9D9D. Windows color (decimal): -6185330 or 9346721. OLE color: 9346721.
HSL color Cylindrical-coordinate representation of color #A19E8E: hue angle of 50.53º 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 #A19E8E is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 142 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.37 |
| HSL | 50.53º | 0.09% | 0.59% | - |
| HSV(B) | 50.53º | 0.12% | 0.63% | - |
| XYZ | 31.81 | 33.98 | 30.47 | - |
| YUV | 157.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 142 | 0 | 0.02 | 0.12 | 0.37 | 50.53 | 0.09 | 0.59 |
| Hex | A1 | 9E | 8E | 0 | 2 | C | 25 | 33 | 9 | 3B |
| Octal | 241 | 236 | 216 | 0 | 2 | 14 | 45 | 63 | 11 | 73 |
| Binary | 10100001 | 10011110 | 10001110 | 0 | 10 | 1100 | 100101 | 110011 | 1001 | 111011 |
Color Harmonies of #A19E8E
Complementary color
Monochromatic Colors of #A19E8E
Black with #A19E8E
Text Example
Text Example
White with #A19E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E8E; }
p { color: rgb(161,158,142); }
H1.HeaderClassName
{
color: #A19E8E;
}
.AnyTagClassName
{
color: #A19E8E;
}
</style>
background-color css
<style>
a { background-color: #A19E8E; }
a { background-color: rgb(161,158,142); }
div.DivClassName
{
background-color: #A19E8E;
}
.BgClassName
{
background-color: #A19E8E;
}
</style>
border-color css
<style>
span { border-color: #A19E8E; }
span { border-color: rgb(161,158,142); }
td.TdClassName
{
border-color: #A19E8E;
}
.TagClassName
{
border-color: #A19E8E;
}
</style>