Shades of Dawn #A19D8E
Tints of Dawn #A19D8E
RGB
CMYK
RGB Variations
Color information
#A19D8E (or 0xA19D8E) is known color: Dawn. HEX triplet: A1, 9D and 8E. RGB value is (161,157,142). Sum of RGB (Red+Green+Blue) = 161+157+142=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D8E is #5E6271. Grayscale: #9C9C9C. Windows color (decimal): -6185586 or 9346465. OLE color: 9346465.
HSL color Cylindrical-coordinate representation of color #A19D8E: hue angle of 47.37º 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 #A19D8E is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 142 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.37 |
| HSL | 47.37º | 0.09% | 0.59% | - |
| HSV(B) | 47.37º | 0.12% | 0.63% | - |
| XYZ | 31.64 | 33.64 | 30.42 | - |
| YUV | 156.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 142 | 0 | 0.02 | 0.12 | 0.37 | 47.37 | 0.09 | 0.59 |
| Hex | A1 | 9D | 8E | 0 | 2 | C | 25 | 2F | 9 | 3B |
| Octal | 241 | 235 | 216 | 0 | 2 | 14 | 45 | 57 | 11 | 73 |
| Binary | 10100001 | 10011101 | 10001110 | 0 | 10 | 1100 | 100101 | 101111 | 1001 | 111011 |
Color Harmonies of #A19D8E
Complementary color
Monochromatic Colors of #A19D8E
Black with #A19D8E
Text Example
Text Example
White with #A19D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D8E; }
p { color: rgb(161,157,142); }
H1.HeaderClassName
{
color: #A19D8E;
}
.AnyTagClassName
{
color: #A19D8E;
}
</style>
background-color css
<style>
a { background-color: #A19D8E; }
a { background-color: rgb(161,157,142); }
div.DivClassName
{
background-color: #A19D8E;
}
.BgClassName
{
background-color: #A19D8E;
}
</style>
border-color css
<style>
span { border-color: #A19D8E; }
span { border-color: rgb(161,157,142); }
td.TdClassName
{
border-color: #A19D8E;
}
.TagClassName
{
border-color: #A19D8E;
}
</style>