Shades of Turkish Rose #A9666B
Tints of Turkish Rose #A9666B
RGB
CMYK
RGB Variations
Color information
#A9666B (or 0xA9666B) is known color: Turkish Rose. HEX triplet: A9, 66 and 6B. RGB value is (169,102,107). Sum of RGB (Red+Green+Blue) = 169+102+107=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9666B is #569994. Grayscale: #7A7A7A. Windows color (decimal): -5675413 or 7038633. OLE color: 7038633.
HSL color Cylindrical-coordinate representation of color #A9666B: hue angle of 355.52º 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 #A9666B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 107 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.34 |
| HSL | 355.52º | 0.28% | 0.53% | - |
| HSV(B) | 355.52º | 0.4% | 0.66% | - |
| XYZ | 23.77 | 19 | 16.32 | - |
| YUV | 122.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 107 | 0 | 0.40 | 0.37 | 0.34 | 355.52 | 0.28 | 0.53 |
| Hex | A9 | 66 | 6B | 0 | 28 | 25 | 22 | 164 | 1C | 35 |
| Octal | 251 | 146 | 153 | 0 | 50 | 45 | 42 | 544 | 34 | 65 |
| Binary | 10101001 | 1100110 | 1101011 | 0 | 101000 | 100101 | 100010 | 101100100 | 11100 | 110101 |
Color Harmonies of #A9666B
Complementary color
Monochromatic Colors of #A9666B
Black with #A9666B
Text Example
Text Example
White with #A9666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9666B; }
p { color: rgb(169,102,107); }
H1.HeaderClassName
{
color: #A9666B;
}
.AnyTagClassName
{
color: #A9666B;
}
</style>
background-color css
<style>
a { background-color: #A9666B; }
a { background-color: rgb(169,102,107); }
div.DivClassName
{
background-color: #A9666B;
}
.BgClassName
{
background-color: #A9666B;
}
</style>
border-color css
<style>
span { border-color: #A9666B; }
span { border-color: rgb(169,102,107); }
td.TdClassName
{
border-color: #A9666B;
}
.TagClassName
{
border-color: #A9666B;
}
</style>