Shades of Dawn #A09C8B
Tints of Dawn #A09C8B
RGB
CMYK
RGB Variations
Color information
#A09C8B (or 0xA09C8B) is known color: Dawn. HEX triplet: A0, 9C and 8B. RGB value is (160,156,139). Sum of RGB (Red+Green+Blue) = 160+156+139=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09C8B is #5F6374. Grayscale: #9B9B9B. Windows color (decimal): -6251381 or 9149600. OLE color: 9149600.
HSL color Cylindrical-coordinate representation of color #A09C8B: hue angle of 48.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A09C8B is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 139 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.37 |
| HSL | 48.57º | 0.1% | 0.59% | - |
| HSV(B) | 48.57º | 0.13% | 0.63% | - |
| XYZ | 31.05 | 33.11 | 29.18 | - |
| YUV | 155.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 139 | 0 | 0.02 | 0.13 | 0.37 | 48.57 | 0.1 | 0.59 |
| Hex | A0 | 9C | 8B | 0 | 2 | D | 25 | 31 | A | 3B |
| Octal | 240 | 234 | 213 | 0 | 2 | 15 | 45 | 61 | 12 | 73 |
| Binary | 10100000 | 10011100 | 10001011 | 0 | 10 | 1101 | 100101 | 110001 | 1010 | 111011 |
Color Harmonies of #A09C8B
Complementary color
Monochromatic Colors of #A09C8B
Black with #A09C8B
Text Example
Text Example
White with #A09C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C8B; }
p { color: rgb(160,156,139); }
H1.HeaderClassName
{
color: #A09C8B;
}
.AnyTagClassName
{
color: #A09C8B;
}
</style>
background-color css
<style>
a { background-color: #A09C8B; }
a { background-color: rgb(160,156,139); }
div.DivClassName
{
background-color: #A09C8B;
}
.BgClassName
{
background-color: #A09C8B;
}
</style>
border-color css
<style>
span { border-color: #A09C8B; }
span { border-color: rgb(160,156,139); }
td.TdClassName
{
border-color: #A09C8B;
}
.TagClassName
{
border-color: #A09C8B;
}
</style>