Shades of Dawn #A09E89
Tints of Dawn #A09E89
RGB
CMYK
RGB Variations
Color information
#A09E89 (or 0xA09E89) is known color: Dawn. HEX triplet: A0, 9E and 89. RGB value is (160,158,137). Sum of RGB (Red+Green+Blue) = 160+158+137=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E89 is #5F6176. Grayscale: #9C9C9C. Windows color (decimal): -6250871 or 9019040. OLE color: 9019040.
HSL color Cylindrical-coordinate representation of color #A09E89: hue angle of 54.78º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A09E89 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 137 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.37 |
| HSL | 54.78º | 0.11% | 0.58% | - |
| HSV(B) | 54.78º | 0.14% | 0.63% | - |
| XYZ | 31.24 | 33.73 | 28.53 | - |
| YUV | 156.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 137 | 0 | 0.01 | 0.14 | 0.37 | 54.78 | 0.11 | 0.58 |
| Hex | A0 | 9E | 89 | 0 | 1 | E | 25 | 37 | B | 3A |
| Octal | 240 | 236 | 211 | 0 | 1 | 16 | 45 | 67 | 13 | 72 |
| Binary | 10100000 | 10011110 | 10001001 | 0 | 1 | 1110 | 100101 | 110111 | 1011 | 111010 |
Color Harmonies of #A09E89
Complementary color
Monochromatic Colors of #A09E89
Black with #A09E89
Text Example
Text Example
White with #A09E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E89; }
p { color: rgb(160,158,137); }
H1.HeaderClassName
{
color: #A09E89;
}
.AnyTagClassName
{
color: #A09E89;
}
</style>
background-color css
<style>
a { background-color: #A09E89; }
a { background-color: rgb(160,158,137); }
div.DivClassName
{
background-color: #A09E89;
}
.BgClassName
{
background-color: #A09E89;
}
</style>
border-color css
<style>
span { border-color: #A09E89; }
span { border-color: rgb(160,158,137); }
td.TdClassName
{
border-color: #A09E89;
}
.TagClassName
{
border-color: #A09E89;
}
</style>