Shades of Dawn #A09D8F
Tints of Dawn #A09D8F
RGB
CMYK
RGB Variations
Color information
#A09D8F (or 0xA09D8F) is known color: Dawn. HEX triplet: A0, 9D and 8F. RGB value is (160,157,143). Sum of RGB (Red+Green+Blue) = 160+157+143=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D8F is #5F6270. Grayscale: #9C9C9C. Windows color (decimal): -6251121 or 9412000. OLE color: 9412000.
HSL color Cylindrical-coordinate representation of color #A09D8F: hue angle of 49.41º 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 #A09D8F is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 143 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.37 |
| HSL | 49.41º | 0.08% | 0.59% | - |
| HSV(B) | 49.41º | 0.11% | 0.63% | - |
| XYZ | 31.51 | 33.57 | 30.81 | - |
| YUV | 156.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 143 | 0 | 0.02 | 0.11 | 0.37 | 49.41 | 0.08 | 0.59 |
| Hex | A0 | 9D | 8F | 0 | 2 | B | 25 | 31 | 8 | 3B |
| Octal | 240 | 235 | 217 | 0 | 2 | 13 | 45 | 61 | 10 | 73 |
| Binary | 10100000 | 10011101 | 10001111 | 0 | 10 | 1011 | 100101 | 110001 | 1000 | 111011 |
Color Harmonies of #A09D8F
Complementary color
Monochromatic Colors of #A09D8F
Black with #A09D8F
Text Example
Text Example
White with #A09D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D8F; }
p { color: rgb(160,157,143); }
H1.HeaderClassName
{
color: #A09D8F;
}
.AnyTagClassName
{
color: #A09D8F;
}
</style>
background-color css
<style>
a { background-color: #A09D8F; }
a { background-color: rgb(160,157,143); }
div.DivClassName
{
background-color: #A09D8F;
}
.BgClassName
{
background-color: #A09D8F;
}
</style>
border-color css
<style>
span { border-color: #A09D8F; }
span { border-color: rgb(160,157,143); }
td.TdClassName
{
border-color: #A09D8F;
}
.TagClassName
{
border-color: #A09D8F;
}
</style>