Shades of Turkish Rose #A8676D
Tints of Turkish Rose #A8676D
RGB
CMYK
RGB Variations
Color information
#A8676D (or 0xA8676D) is known color: Turkish Rose. HEX triplet: A8, 67 and 6D. RGB value is (168,103,109). Sum of RGB (Red+Green+Blue) = 168+103+109=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8676D is #579892. Grayscale: #7B7B7B. Windows color (decimal): -5740691 or 7169960. OLE color: 7169960.
HSL color Cylindrical-coordinate representation of color #A8676D: hue angle of 354.46º degrees, saturation: 0.27, 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 #A8676D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 109 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.34 |
| HSL | 354.46º | 0.27% | 0.53% | - |
| HSV(B) | 354.46º | 0.39% | 0.66% | - |
| XYZ | 23.76 | 19.13 | 16.91 | - |
| YUV | 123.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 109 | 0 | 0.39 | 0.35 | 0.34 | 354.46 | 0.27 | 0.53 |
| Hex | A8 | 67 | 6D | 0 | 27 | 23 | 22 | 162 | 1B | 35 |
| Octal | 250 | 147 | 155 | 0 | 47 | 43 | 42 | 542 | 33 | 65 |
| Binary | 10101000 | 1100111 | 1101101 | 0 | 100111 | 100011 | 100010 | 101100010 | 11011 | 110101 |
Color Harmonies of #A8676D
Complementary color
Monochromatic Colors of #A8676D
Black with #A8676D
Text Example
Text Example
White with #A8676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8676D; }
p { color: rgb(168,103,109); }
H1.HeaderClassName
{
color: #A8676D;
}
.AnyTagClassName
{
color: #A8676D;
}
</style>
background-color css
<style>
a { background-color: #A8676D; }
a { background-color: rgb(168,103,109); }
div.DivClassName
{
background-color: #A8676D;
}
.BgClassName
{
background-color: #A8676D;
}
</style>
border-color css
<style>
span { border-color: #A8676D; }
span { border-color: rgb(168,103,109); }
td.TdClassName
{
border-color: #A8676D;
}
.TagClassName
{
border-color: #A8676D;
}
</style>