Shades of Turkish Rose #A8666D
Tints of Turkish Rose #A8666D
RGB
CMYK
RGB Variations
Color information
#A8666D (or 0xA8666D) is known color: Turkish Rose. HEX triplet: A8, 66 and 6D. RGB value is (168,102,109). Sum of RGB (Red+Green+Blue) = 168+102+109=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8666D is #579992. Grayscale: #7A7A7A. Windows color (decimal): -5740947 or 7169704. OLE color: 7169704.
HSL color Cylindrical-coordinate representation of color #A8666D: hue angle of 353.64º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8666D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 109 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.34 |
| HSL | 353.64º | 0.28% | 0.53% | - |
| HSV(B) | 353.64º | 0.39% | 0.66% | - |
| XYZ | 23.66 | 18.93 | 16.88 | - |
| YUV | 122.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 109 | 0 | 0.39 | 0.35 | 0.34 | 353.64 | 0.28 | 0.53 |
| Hex | A8 | 66 | 6D | 0 | 27 | 23 | 22 | 162 | 1C | 35 |
| Octal | 250 | 146 | 155 | 0 | 47 | 43 | 42 | 542 | 34 | 65 |
| Binary | 10101000 | 1100110 | 1101101 | 0 | 100111 | 100011 | 100010 | 101100010 | 11100 | 110101 |
Color Harmonies of #A8666D
Complementary color
Monochromatic Colors of #A8666D
Black with #A8666D
Text Example
Text Example
White with #A8666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8666D; }
p { color: rgb(168,102,109); }
H1.HeaderClassName
{
color: #A8666D;
}
.AnyTagClassName
{
color: #A8666D;
}
</style>
background-color css
<style>
a { background-color: #A8666D; }
a { background-color: rgb(168,102,109); }
div.DivClassName
{
background-color: #A8666D;
}
.BgClassName
{
background-color: #A8666D;
}
</style>
border-color css
<style>
span { border-color: #A8666D; }
span { border-color: rgb(168,102,109); }
td.TdClassName
{
border-color: #A8666D;
}
.TagClassName
{
border-color: #A8666D;
}
</style>