Shades of Turkish Rose #A8767D
Tints of Turkish Rose #A8767D
RGB
CMYK
RGB Variations
Color information
#A8767D (or 0xA8767D) is known color: Turkish Rose. HEX triplet: A8, 76 and 7D. RGB value is (168,118,125). Sum of RGB (Red+Green+Blue) = 168+118+125=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8767D is #578982. Grayscale: #858585. Windows color (decimal): -5736835 or 8222376. OLE color: 8222376.
HSL color Cylindrical-coordinate representation of color #A8767D: hue angle of 351.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8767D is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 125 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.34 |
| HSL | 351.6º | 0.22% | 0.56% | - |
| HSV(B) | 351.6º | 0.3% | 0.66% | - |
| XYZ | 26.33 | 22.76 | 22.41 | - |
| YUV | 133.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 125 | 0 | 0.30 | 0.26 | 0.34 | 351.6 | 0.22 | 0.56 |
| Hex | A8 | 76 | 7D | 0 | 1E | 1A | 22 | 160 | 16 | 38 |
| Octal | 250 | 166 | 175 | 0 | 36 | 32 | 42 | 540 | 26 | 70 |
| Binary | 10101000 | 1110110 | 1111101 | 0 | 11110 | 11010 | 100010 | 101100000 | 10110 | 111000 |
Color Harmonies of #A8767D
Complementary color
Monochromatic Colors of #A8767D
Black with #A8767D
Text Example
Text Example
White with #A8767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8767D; }
p { color: rgb(168,118,125); }
H1.HeaderClassName
{
color: #A8767D;
}
.AnyTagClassName
{
color: #A8767D;
}
</style>
background-color css
<style>
a { background-color: #A8767D; }
a { background-color: rgb(168,118,125); }
div.DivClassName
{
background-color: #A8767D;
}
.BgClassName
{
background-color: #A8767D;
}
</style>
border-color css
<style>
span { border-color: #A8767D; }
span { border-color: rgb(168,118,125); }
td.TdClassName
{
border-color: #A8767D;
}
.TagClassName
{
border-color: #A8767D;
}
</style>