Shades of Dawn #9A998B
Tints of Dawn #9A998B
RGB
CMYK
RGB Variations
Color information
#9A998B (or 0x9A998B) is known color: Dawn. HEX triplet: 9A, 99 and 8B. RGB value is (154,153,139). Sum of RGB (Red+Green+Blue) = 154+153+139=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 154 - color contains mainly: red. Hex color #9A998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A998B is #656674. Grayscale: #979797. Windows color (decimal): -6645365 or 9148826. OLE color: 9148826.
HSL color Cylindrical-coordinate representation of color #9A998B: hue angle of 56º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9A998B is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 139 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.40 |
| HSL | 56º | 0.07% | 0.57% | - |
| HSV(B) | 56º | 0.1% | 0.6% | - |
| XYZ | 29.38 | 31.52 | 28.96 | - |
| YUV | 151.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 139 | 0 | 0.01 | 0.10 | 0.40 | 56 | 0.07 | 0.57 |
| Hex | 9A | 99 | 8B | 0 | 1 | A | 28 | 38 | 7 | 39 |
| Octal | 232 | 231 | 213 | 0 | 1 | 12 | 50 | 70 | 7 | 71 |
| Binary | 10011010 | 10011001 | 10001011 | 0 | 1 | 1010 | 101000 | 111000 | 111 | 111001 |
Color Harmonies of #9A998B
Complementary color
Monochromatic Colors of #9A998B
Black with #9A998B
Text Example
Text Example
White with #9A998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A998B; }
p { color: rgb(154,153,139); }
H1.HeaderClassName
{
color: #9A998B;
}
.AnyTagClassName
{
color: #9A998B;
}
</style>
background-color css
<style>
a { background-color: #9A998B; }
a { background-color: rgb(154,153,139); }
div.DivClassName
{
background-color: #9A998B;
}
.BgClassName
{
background-color: #9A998B;
}
</style>
border-color css
<style>
span { border-color: #9A998B; }
span { border-color: rgb(154,153,139); }
td.TdClassName
{
border-color: #9A998B;
}
.TagClassName
{
border-color: #9A998B;
}
</style>