Shades of Dawn #9A9992
Tints of Dawn #9A9992
RGB
CMYK
RGB Variations
Color information
#9A9992 (or 0x9A9992) is known color: Dawn. HEX triplet: 9A, 99 and 92. RGB value is (154,153,146). Sum of RGB (Red+Green+Blue) = 154+153+146=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9992 is #65666D. Grayscale: #989898. Windows color (decimal): -6645358 or 9607578. OLE color: 9607578.
HSL color Cylindrical-coordinate representation of color #9A9992: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9A9992 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 146 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.40 |
| HSL | 52.5º | 0.04% | 0.59% | - |
| HSV(B) | 52.5º | 0.05% | 0.6% | - |
| XYZ | 29.91 | 31.73 | 31.74 | - |
| YUV | 152.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 146 | 0 | 0.01 | 0.05 | 0.40 | 52.5 | 0.04 | 0.59 |
| Hex | 9A | 99 | 92 | 0 | 1 | 5 | 28 | 34 | 4 | 3B |
| Octal | 232 | 231 | 222 | 0 | 1 | 5 | 50 | 64 | 4 | 73 |
| Binary | 10011010 | 10011001 | 10010010 | 0 | 1 | 101 | 101000 | 110100 | 100 | 111011 |
Color Harmonies of #9A9992
Complementary color
Monochromatic Colors of #9A9992
Black with #9A9992
Text Example
Text Example
White with #9A9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9992; }
p { color: rgb(154,153,146); }
H1.HeaderClassName
{
color: #9A9992;
}
.AnyTagClassName
{
color: #9A9992;
}
</style>
background-color css
<style>
a { background-color: #9A9992; }
a { background-color: rgb(154,153,146); }
div.DivClassName
{
background-color: #9A9992;
}
.BgClassName
{
background-color: #9A9992;
}
</style>
border-color css
<style>
span { border-color: #9A9992; }
span { border-color: rgb(154,153,146); }
td.TdClassName
{
border-color: #9A9992;
}
.TagClassName
{
border-color: #9A9992;
}
</style>