Shades of Turkish Rose #A9676D
Tints of Turkish Rose #A9676D
RGB
CMYK
RGB Variations
Color information
#A9676D (or 0xA9676D) is known color: Turkish Rose. HEX triplet: A9, 67 and 6D. RGB value is (169,103,109). Sum of RGB (Red+Green+Blue) = 169+103+109=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9676D is #569892. Grayscale: #7B7B7B. Windows color (decimal): -5675155 or 7169961. OLE color: 7169961.
HSL color Cylindrical-coordinate representation of color #A9676D: hue angle of 354.55º 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 #A9676D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 109 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.34 |
| HSL | 354.55º | 0.28% | 0.53% | - |
| HSV(B) | 354.55º | 0.39% | 0.66% | - |
| XYZ | 23.97 | 19.24 | 16.92 | - |
| YUV | 123.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 109 | 0 | 0.39 | 0.36 | 0.34 | 354.55 | 0.28 | 0.53 |
| Hex | A9 | 67 | 6D | 0 | 27 | 24 | 22 | 163 | 1C | 35 |
| Octal | 251 | 147 | 155 | 0 | 47 | 44 | 42 | 543 | 34 | 65 |
| Binary | 10101001 | 1100111 | 1101101 | 0 | 100111 | 100100 | 100010 | 101100011 | 11100 | 110101 |
Color Harmonies of #A9676D
Complementary color
Monochromatic Colors of #A9676D
Black with #A9676D
Text Example
Text Example
White with #A9676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9676D; }
p { color: rgb(169,103,109); }
H1.HeaderClassName
{
color: #A9676D;
}
.AnyTagClassName
{
color: #A9676D;
}
</style>
background-color css
<style>
a { background-color: #A9676D; }
a { background-color: rgb(169,103,109); }
div.DivClassName
{
background-color: #A9676D;
}
.BgClassName
{
background-color: #A9676D;
}
</style>
border-color css
<style>
span { border-color: #A9676D; }
span { border-color: rgb(169,103,109); }
td.TdClassName
{
border-color: #A9676D;
}
.TagClassName
{
border-color: #A9676D;
}
</style>