Shades of Turkish Rose #AF7F80
Tints of Turkish Rose #AF7F80
RGB
CMYK
RGB Variations
Color information
#AF7F80 (or 0xAF7F80) is known color: Turkish Rose. HEX triplet: AF, 7F and 80. RGB value is (175,127,128). Sum of RGB (Red+Green+Blue) = 175+127+128=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F80 is #50807F. Grayscale: #8D8D8D. Windows color (decimal): -5275776 or 8421295. OLE color: 8421295.
HSL color Cylindrical-coordinate representation of color #AF7F80: hue angle of 358.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F80 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 128 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.31 |
| HSL | 358.75º | 0.23% | 0.59% | - |
| HSV(B) | 358.75º | 0.27% | 0.69% | - |
| XYZ | 29.16 | 25.85 | 23.87 | - |
| YUV | 141.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 128 | 0 | 0.27 | 0.27 | 0.31 | 358.75 | 0.23 | 0.59 |
| Hex | AF | 7F | 80 | 0 | 1B | 1B | 1F | 167 | 17 | 3B |
| Octal | 257 | 177 | 200 | 0 | 33 | 33 | 37 | 547 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10000000 | 0 | 11011 | 11011 | 11111 | 101100111 | 10111 | 111011 |
Color Harmonies of #AF7F80
Complementary color
Monochromatic Colors of #AF7F80
Black with #AF7F80
Text Example
Text Example
White with #AF7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F80; }
p { color: rgb(175,127,128); }
H1.HeaderClassName
{
color: #AF7F80;
}
.AnyTagClassName
{
color: #AF7F80;
}
</style>
background-color css
<style>
a { background-color: #AF7F80; }
a { background-color: rgb(175,127,128); }
div.DivClassName
{
background-color: #AF7F80;
}
.BgClassName
{
background-color: #AF7F80;
}
</style>
border-color css
<style>
span { border-color: #AF7F80; }
span { border-color: rgb(175,127,128); }
td.TdClassName
{
border-color: #AF7F80;
}
.TagClassName
{
border-color: #AF7F80;
}
</style>