Shades of Turkish Rose #A8757E
Tints of Turkish Rose #A8757E
RGB
CMYK
RGB Variations
Color information
#A8757E (or 0xA8757E) is known color: Turkish Rose. HEX triplet: A8, 75 and 7E. RGB value is (168,117,126). Sum of RGB (Red+Green+Blue) = 168+117+126=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757E is #578A81. Grayscale: #858585. Windows color (decimal): -5737090 or 8287656. OLE color: 8287656.
HSL color Cylindrical-coordinate representation of color #A8757E: hue angle of 349.41º 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 #A8757E is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 126 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.34 |
| HSL | 349.41º | 0.23% | 0.56% | - |
| HSV(B) | 349.41º | 0.3% | 0.66% | - |
| XYZ | 26.28 | 22.55 | 22.71 | - |
| YUV | 133.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 126 | 0 | 0.30 | 0.25 | 0.34 | 349.41 | 0.23 | 0.56 |
| Hex | A8 | 75 | 7E | 0 | 1E | 19 | 22 | 15D | 17 | 38 |
| Octal | 250 | 165 | 176 | 0 | 36 | 31 | 42 | 535 | 27 | 70 |
| Binary | 10101000 | 1110101 | 1111110 | 0 | 11110 | 11001 | 100010 | 101011101 | 10111 | 111000 |
Color Harmonies of #A8757E
Complementary color
Monochromatic Colors of #A8757E
Black with #A8757E
Text Example
Text Example
White with #A8757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8757E; }
p { color: rgb(168,117,126); }
H1.HeaderClassName
{
color: #A8757E;
}
.AnyTagClassName
{
color: #A8757E;
}
</style>
background-color css
<style>
a { background-color: #A8757E; }
a { background-color: rgb(168,117,126); }
div.DivClassName
{
background-color: #A8757E;
}
.BgClassName
{
background-color: #A8757E;
}
</style>
border-color css
<style>
span { border-color: #A8757E; }
span { border-color: rgb(168,117,126); }
td.TdClassName
{
border-color: #A8757E;
}
.TagClassName
{
border-color: #A8757E;
}
</style>