Shades of Dawn #A09C8F
Tints of Dawn #A09C8F
RGB
CMYK
RGB Variations
Color information
#A09C8F (or 0xA09C8F) is known color: Dawn. HEX triplet: A0, 9C and 8F. RGB value is (160,156,143). Sum of RGB (Red+Green+Blue) = 160+156+143=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09C8F is #5F6370. Grayscale: #9B9B9B. Windows color (decimal): -6251377 or 9411744. OLE color: 9411744.
HSL color Cylindrical-coordinate representation of color #A09C8F: hue angle of 45.88º degrees, saturation: 0.08, 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 #A09C8F is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 143 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.37 |
| HSL | 45.88º | 0.08% | 0.59% | - |
| HSV(B) | 45.88º | 0.11% | 0.63% | - |
| XYZ | 31.34 | 33.23 | 30.75 | - |
| YUV | 155.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 143 | 0 | 0.02 | 0.11 | 0.37 | 45.88 | 0.08 | 0.59 |
| Hex | A0 | 9C | 8F | 0 | 2 | B | 25 | 2E | 8 | 3B |
| Octal | 240 | 234 | 217 | 0 | 2 | 13 | 45 | 56 | 10 | 73 |
| Binary | 10100000 | 10011100 | 10001111 | 0 | 10 | 1011 | 100101 | 101110 | 1000 | 111011 |
Color Harmonies of #A09C8F
Complementary color
Monochromatic Colors of #A09C8F
Black with #A09C8F
Text Example
Text Example
White with #A09C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C8F; }
p { color: rgb(160,156,143); }
H1.HeaderClassName
{
color: #A09C8F;
}
.AnyTagClassName
{
color: #A09C8F;
}
</style>
background-color css
<style>
a { background-color: #A09C8F; }
a { background-color: rgb(160,156,143); }
div.DivClassName
{
background-color: #A09C8F;
}
.BgClassName
{
background-color: #A09C8F;
}
</style>
border-color css
<style>
span { border-color: #A09C8F; }
span { border-color: rgb(160,156,143); }
td.TdClassName
{
border-color: #A09C8F;
}
.TagClassName
{
border-color: #A09C8F;
}
</style>