Shades of Dawn #A09F93
Tints of Dawn #A09F93
RGB
CMYK
RGB Variations
Color information
#A09F93 (or 0xA09F93) is known color: Dawn. HEX triplet: A0, 9F and 93. RGB value is (160,159,147). Sum of RGB (Red+Green+Blue) = 160+159+147=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F93 is #5F606C. Grayscale: #9D9D9D. Windows color (decimal): -6250605 or 9674656. OLE color: 9674656.
HSL color Cylindrical-coordinate representation of color #A09F93: hue angle of 55.38º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09F93 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 147 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.37 |
| HSL | 55.38º | 0.06% | 0.6% | - |
| HSV(B) | 55.38º | 0.08% | 0.63% | - |
| XYZ | 32.16 | 34.38 | 32.54 | - |
| YUV | 157.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 147 | 0 | 0.01 | 0.08 | 0.37 | 55.38 | 0.06 | 0.6 |
| Hex | A0 | 9F | 93 | 0 | 1 | 8 | 25 | 37 | 6 | 3C |
| Octal | 240 | 237 | 223 | 0 | 1 | 10 | 45 | 67 | 6 | 74 |
| Binary | 10100000 | 10011111 | 10010011 | 0 | 1 | 1000 | 100101 | 110111 | 110 | 111100 |
Color Harmonies of #A09F93
Complementary color
Monochromatic Colors of #A09F93
Black with #A09F93
Text Example
Text Example
White with #A09F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F93; }
p { color: rgb(160,159,147); }
H1.HeaderClassName
{
color: #A09F93;
}
.AnyTagClassName
{
color: #A09F93;
}
</style>
background-color css
<style>
a { background-color: #A09F93; }
a { background-color: rgb(160,159,147); }
div.DivClassName
{
background-color: #A09F93;
}
.BgClassName
{
background-color: #A09F93;
}
</style>
border-color css
<style>
span { border-color: #A09F93; }
span { border-color: rgb(160,159,147); }
td.TdClassName
{
border-color: #A09F93;
}
.TagClassName
{
border-color: #A09F93;
}
</style>