Shades of Turkish Rose #A87D81
Tints of Turkish Rose #A87D81
RGB
CMYK
RGB Variations
Color information
#A87D81 (or 0xA87D81) is known color: Turkish Rose. HEX triplet: A8, 7D and 81. RGB value is (168,125,129). Sum of RGB (Red+Green+Blue) = 168+125+129=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D81 is #57827E. Grayscale: #8A8A8A. Windows color (decimal): -5735039 or 8486312. OLE color: 8486312.
HSL color Cylindrical-coordinate representation of color #A87D81: hue angle of 354.42º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D81 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 129 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.34 |
| HSL | 354.42º | 0.2% | 0.57% | - |
| HSV(B) | 354.42º | 0.26% | 0.66% | - |
| XYZ | 27.44 | 24.58 | 24.07 | - |
| YUV | 138.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 129 | 0 | 0.26 | 0.23 | 0.34 | 354.42 | 0.2 | 0.57 |
| Hex | A8 | 7D | 81 | 0 | 1A | 17 | 22 | 162 | 14 | 39 |
| Octal | 250 | 175 | 201 | 0 | 32 | 27 | 42 | 542 | 24 | 71 |
| Binary | 10101000 | 1111101 | 10000001 | 0 | 11010 | 10111 | 100010 | 101100010 | 10100 | 111001 |
Color Harmonies of #A87D81
Complementary color
Monochromatic Colors of #A87D81
Black with #A87D81
Text Example
Text Example
White with #A87D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D81; }
p { color: rgb(168,125,129); }
H1.HeaderClassName
{
color: #A87D81;
}
.AnyTagClassName
{
color: #A87D81;
}
</style>
background-color css
<style>
a { background-color: #A87D81; }
a { background-color: rgb(168,125,129); }
div.DivClassName
{
background-color: #A87D81;
}
.BgClassName
{
background-color: #A87D81;
}
</style>
border-color css
<style>
span { border-color: #A87D81; }
span { border-color: rgb(168,125,129); }
td.TdClassName
{
border-color: #A87D81;
}
.TagClassName
{
border-color: #A87D81;
}
</style>