Shades of Turkish Rose #A8757D
Tints of Turkish Rose #A8757D
RGB
CMYK
RGB Variations
Color information
#A8757D (or 0xA8757D) is known color: Turkish Rose. HEX triplet: A8, 75 and 7D. RGB value is (168,117,125). Sum of RGB (Red+Green+Blue) = 168+117+125=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757D is #578A82. Grayscale: #858585. Windows color (decimal): -5737091 or 8222120. OLE color: 8222120.
HSL color Cylindrical-coordinate representation of color #A8757D: hue angle of 350.59º 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 #A8757D is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 125 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.34 |
| HSL | 350.59º | 0.23% | 0.56% | - |
| HSV(B) | 350.59º | 0.3% | 0.66% | - |
| XYZ | 26.21 | 22.53 | 22.37 | - |
| YUV | 133.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 125 | 0 | 0.30 | 0.26 | 0.34 | 350.59 | 0.23 | 0.56 |
| Hex | A8 | 75 | 7D | 0 | 1E | 1A | 22 | 15F | 17 | 38 |
| Octal | 250 | 165 | 175 | 0 | 36 | 32 | 42 | 537 | 27 | 70 |
| Binary | 10101000 | 1110101 | 1111101 | 0 | 11110 | 11010 | 100010 | 101011111 | 10111 | 111000 |
Color Harmonies of #A8757D
Complementary color
Monochromatic Colors of #A8757D
Black with #A8757D
Text Example
Text Example
White with #A8757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8757D; }
p { color: rgb(168,117,125); }
H1.HeaderClassName
{
color: #A8757D;
}
.AnyTagClassName
{
color: #A8757D;
}
</style>
background-color css
<style>
a { background-color: #A8757D; }
a { background-color: rgb(168,117,125); }
div.DivClassName
{
background-color: #A8757D;
}
.BgClassName
{
background-color: #A8757D;
}
</style>
border-color css
<style>
span { border-color: #A8757D; }
span { border-color: rgb(168,117,125); }
td.TdClassName
{
border-color: #A8757D;
}
.TagClassName
{
border-color: #A8757D;
}
</style>