Shades of Turkish Rose #9A8081
Tints of Turkish Rose #9A8081
RGB
CMYK
RGB Variations
Color information
#9A8081 (or 0x9A8081) is known color: Turkish Rose. HEX triplet: 9A, 80 and 81. RGB value is (154,128,129). Sum of RGB (Red+Green+Blue) = 154+128+129=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8081 is #657F7E. Grayscale: #878787. Windows color (decimal): -6651775 or 8487066. OLE color: 8487066.
HSL color Cylindrical-coordinate representation of color #9A8081: hue angle of 357.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A8081 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 129 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.40 |
| HSL | 357.69º | 0.11% | 0.55% | - |
| HSV(B) | 357.69º | 0.17% | 0.6% | - |
| XYZ | 25.01 | 23.89 | 24.06 | - |
| YUV | 135.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 129 | 0 | 0.17 | 0.16 | 0.40 | 357.69 | 0.11 | 0.55 |
| Hex | 9A | 80 | 81 | 0 | 11 | 10 | 28 | 166 | B | 37 |
| Octal | 232 | 200 | 201 | 0 | 21 | 20 | 50 | 546 | 13 | 67 |
| Binary | 10011010 | 10000000 | 10000001 | 0 | 10001 | 10000 | 101000 | 101100110 | 1011 | 110111 |
Color Harmonies of #9A8081
Complementary color
Monochromatic Colors of #9A8081
Black with #9A8081
Text Example
Text Example
White with #9A8081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8081; }
p { color: rgb(154,128,129); }
H1.HeaderClassName
{
color: #9A8081;
}
.AnyTagClassName
{
color: #9A8081;
}
</style>
background-color css
<style>
a { background-color: #9A8081; }
a { background-color: rgb(154,128,129); }
div.DivClassName
{
background-color: #9A8081;
}
.BgClassName
{
background-color: #9A8081;
}
</style>
border-color css
<style>
span { border-color: #9A8081; }
span { border-color: rgb(154,128,129); }
td.TdClassName
{
border-color: #9A8081;
}
.TagClassName
{
border-color: #9A8081;
}
</style>