Shades of Dawn #A09E8E
Tints of Dawn #A09E8E
RGB
CMYK
RGB Variations
Color information
#A09E8E (or 0xA09E8E) is known color: Dawn. HEX triplet: A0, 9E and 8E. RGB value is (160,158,142). Sum of RGB (Red+Green+Blue) = 160+158+142=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E8E is #5F6171. Grayscale: #9C9C9C. Windows color (decimal): -6250866 or 9346720. OLE color: 9346720.
HSL color Cylindrical-coordinate representation of color #A09E8E: hue angle of 53.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09E8E is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 142 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.37 |
| HSL | 53.33º | 0.09% | 0.59% | - |
| HSV(B) | 53.33º | 0.11% | 0.63% | - |
| XYZ | 31.61 | 33.88 | 30.46 | - |
| YUV | 156.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 142 | 0 | 0.01 | 0.11 | 0.37 | 53.33 | 0.09 | 0.59 |
| Hex | A0 | 9E | 8E | 0 | 1 | B | 25 | 35 | 9 | 3B |
| Octal | 240 | 236 | 216 | 0 | 1 | 13 | 45 | 65 | 11 | 73 |
| Binary | 10100000 | 10011110 | 10001110 | 0 | 1 | 1011 | 100101 | 110101 | 1001 | 111011 |
Color Harmonies of #A09E8E
Complementary color
Monochromatic Colors of #A09E8E
Black with #A09E8E
Text Example
Text Example
White with #A09E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E8E; }
p { color: rgb(160,158,142); }
H1.HeaderClassName
{
color: #A09E8E;
}
.AnyTagClassName
{
color: #A09E8E;
}
</style>
background-color css
<style>
a { background-color: #A09E8E; }
a { background-color: rgb(160,158,142); }
div.DivClassName
{
background-color: #A09E8E;
}
.BgClassName
{
background-color: #A09E8E;
}
</style>
border-color css
<style>
span { border-color: #A09E8E; }
span { border-color: rgb(160,158,142); }
td.TdClassName
{
border-color: #A09E8E;
}
.TagClassName
{
border-color: #A09E8E;
}
</style>