Shades of Dawn #9A9888
Tints of Dawn #9A9888
RGB
CMYK
RGB Variations
Color information
#9A9888 (or 0x9A9888) is known color: Dawn. HEX triplet: 9A, 98 and 88. RGB value is (154,152,136). Sum of RGB (Red+Green+Blue) = 154+152+136=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9888 is #656777. Grayscale: #969696. Windows color (decimal): -6645624 or 8951962. OLE color: 8951962.
HSL color Cylindrical-coordinate representation of color #9A9888: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A9888 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 136 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.40 |
| HSL | 53.33º | 0.08% | 0.57% | - |
| HSV(B) | 53.33º | 0.12% | 0.6% | - |
| XYZ | 29 | 31.1 | 27.77 | - |
| YUV | 150.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 136 | 0 | 0.01 | 0.12 | 0.40 | 53.33 | 0.08 | 0.57 |
| Hex | 9A | 98 | 88 | 0 | 1 | C | 28 | 35 | 8 | 39 |
| Octal | 232 | 230 | 210 | 0 | 1 | 14 | 50 | 65 | 10 | 71 |
| Binary | 10011010 | 10011000 | 10001000 | 0 | 1 | 1100 | 101000 | 110101 | 1000 | 111001 |
Color Harmonies of #9A9888
Complementary color
Monochromatic Colors of #9A9888
Black with #9A9888
Text Example
Text Example
White with #9A9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9888; }
p { color: rgb(154,152,136); }
H1.HeaderClassName
{
color: #9A9888;
}
.AnyTagClassName
{
color: #9A9888;
}
</style>
background-color css
<style>
a { background-color: #9A9888; }
a { background-color: rgb(154,152,136); }
div.DivClassName
{
background-color: #9A9888;
}
.BgClassName
{
background-color: #9A9888;
}
</style>
border-color css
<style>
span { border-color: #9A9888; }
span { border-color: rgb(154,152,136); }
td.TdClassName
{
border-color: #9A9888;
}
.TagClassName
{
border-color: #9A9888;
}
</style>