Shades of Turkish Rose #A8757B
Tints of Turkish Rose #A8757B
RGB
CMYK
RGB Variations
Color information
#A8757B (or 0xA8757B) is known color: Turkish Rose. HEX triplet: A8, 75 and 7B. RGB value is (168,117,123). Sum of RGB (Red+Green+Blue) = 168+117+123=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757B is #578A84. Grayscale: #848484. Windows color (decimal): -5737093 or 8091048. OLE color: 8091048.
HSL color Cylindrical-coordinate representation of color #A8757B: hue angle of 352.94º degrees, saturation: 0.23, 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 #A8757B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 123 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.34 |
| HSL | 352.94º | 0.23% | 0.56% | - |
| HSV(B) | 352.94º | 0.3% | 0.66% | - |
| XYZ | 26.08 | 22.48 | 21.7 | - |
| YUV | 132.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 123 | 0 | 0.30 | 0.27 | 0.34 | 352.94 | 0.23 | 0.56 |
| Hex | A8 | 75 | 7B | 0 | 1E | 1B | 22 | 161 | 17 | 38 |
| Octal | 250 | 165 | 173 | 0 | 36 | 33 | 42 | 541 | 27 | 70 |
| Binary | 10101000 | 1110101 | 1111011 | 0 | 11110 | 11011 | 100010 | 101100001 | 10111 | 111000 |
Color Harmonies of #A8757B
Complementary color
Monochromatic Colors of #A8757B
Black with #A8757B
Text Example
Text Example
White with #A8757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8757B; }
p { color: rgb(168,117,123); }
H1.HeaderClassName
{
color: #A8757B;
}
.AnyTagClassName
{
color: #A8757B;
}
</style>
background-color css
<style>
a { background-color: #A8757B; }
a { background-color: rgb(168,117,123); }
div.DivClassName
{
background-color: #A8757B;
}
.BgClassName
{
background-color: #A8757B;
}
</style>
border-color css
<style>
span { border-color: #A8757B; }
span { border-color: rgb(168,117,123); }
td.TdClassName
{
border-color: #A8757B;
}
.TagClassName
{
border-color: #A8757B;
}
</style>