Shades of Dawn #9A988E
Tints of Dawn #9A988E
RGB
CMYK
RGB Variations
Color information
#9A988E (or 0x9A988E) is known color: Dawn. HEX triplet: 9A, 98 and 8E. RGB value is (154,152,142). Sum of RGB (Red+Green+Blue) = 154+152+142=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 154 - color contains mainly: red. Hex color #9A988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A988E is #656771. Grayscale: #979797. Windows color (decimal): -6645618 or 9345178. OLE color: 9345178.
HSL color Cylindrical-coordinate representation of color #9A988E: hue angle of 50º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9A988E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 142 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.40 |
| HSL | 50º | 0.06% | 0.58% | - |
| HSV(B) | 50º | 0.08% | 0.6% | - |
| XYZ | 29.44 | 31.28 | 30.08 | - |
| YUV | 151.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 142 | 0 | 0.01 | 0.08 | 0.40 | 50 | 0.06 | 0.58 |
| Hex | 9A | 98 | 8E | 0 | 1 | 8 | 28 | 32 | 6 | 3A |
| Octal | 232 | 230 | 216 | 0 | 1 | 10 | 50 | 62 | 6 | 72 |
| Binary | 10011010 | 10011000 | 10001110 | 0 | 1 | 1000 | 101000 | 110010 | 110 | 111010 |
Color Harmonies of #9A988E
Complementary color
Monochromatic Colors of #9A988E
Black with #9A988E
Text Example
Text Example
White with #9A988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A988E; }
p { color: rgb(154,152,142); }
H1.HeaderClassName
{
color: #9A988E;
}
.AnyTagClassName
{
color: #9A988E;
}
</style>
background-color css
<style>
a { background-color: #9A988E; }
a { background-color: rgb(154,152,142); }
div.DivClassName
{
background-color: #9A988E;
}
.BgClassName
{
background-color: #9A988E;
}
</style>
border-color css
<style>
span { border-color: #9A988E; }
span { border-color: rgb(154,152,142); }
td.TdClassName
{
border-color: #9A988E;
}
.TagClassName
{
border-color: #9A988E;
}
</style>