Shades of Turkish Rose #A9666C
Tints of Turkish Rose #A9666C
RGB
CMYK
RGB Variations
Color information
#A9666C (or 0xA9666C) is known color: Turkish Rose. HEX triplet: A9, 66 and 6C. RGB value is (169,102,108). Sum of RGB (Red+Green+Blue) = 169+102+108=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9666C is #569993. Grayscale: #7A7A7A. Windows color (decimal): -5675412 or 7104169. OLE color: 7104169.
HSL color Cylindrical-coordinate representation of color #A9666C: hue angle of 354.63º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9666C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 108 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.34 |
| HSL | 354.63º | 0.28% | 0.53% | - |
| HSV(B) | 354.63º | 0.4% | 0.66% | - |
| XYZ | 23.82 | 19.02 | 16.6 | - |
| YUV | 122.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 108 | 0 | 0.40 | 0.36 | 0.34 | 354.63 | 0.28 | 0.53 |
| Hex | A9 | 66 | 6C | 0 | 28 | 24 | 22 | 163 | 1C | 35 |
| Octal | 251 | 146 | 154 | 0 | 50 | 44 | 42 | 543 | 34 | 65 |
| Binary | 10101001 | 1100110 | 1101100 | 0 | 101000 | 100100 | 100010 | 101100011 | 11100 | 110101 |
Color Harmonies of #A9666C
Complementary color
Monochromatic Colors of #A9666C
Black with #A9666C
Text Example
Text Example
White with #A9666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9666C; }
p { color: rgb(169,102,108); }
H1.HeaderClassName
{
color: #A9666C;
}
.AnyTagClassName
{
color: #A9666C;
}
</style>
background-color css
<style>
a { background-color: #A9666C; }
a { background-color: rgb(169,102,108); }
div.DivClassName
{
background-color: #A9666C;
}
.BgClassName
{
background-color: #A9666C;
}
</style>
border-color css
<style>
span { border-color: #A9666C; }
span { border-color: rgb(169,102,108); }
td.TdClassName
{
border-color: #A9666C;
}
.TagClassName
{
border-color: #A9666C;
}
</style>