Shades of Turkish Rose #AF7476
Tints of Turkish Rose #AF7476
RGB
CMYK
RGB Variations
Color information
#AF7476 (or 0xAF7476) is known color: Turkish Rose. HEX triplet: AF, 74 and 76. RGB value is (175,116,118). Sum of RGB (Red+Green+Blue) = 175+116+118=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7476 is #508B89. Grayscale: #858585. Windows color (decimal): -5278602 or 7763119. OLE color: 7763119.
HSL color Cylindrical-coordinate representation of color #AF7476: hue angle of 357.97º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7476 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 118 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.31 |
| HSL | 357.97º | 0.27% | 0.57% | - |
| HSV(B) | 357.97º | 0.34% | 0.69% | - |
| XYZ | 27.19 | 22.91 | 20.13 | - |
| YUV | 133.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 118 | 0 | 0.34 | 0.33 | 0.31 | 357.97 | 0.27 | 0.57 |
| Hex | AF | 74 | 76 | 0 | 22 | 21 | 1F | 166 | 1B | 39 |
| Octal | 257 | 164 | 166 | 0 | 42 | 41 | 37 | 546 | 33 | 71 |
| Binary | 10101111 | 1110100 | 1110110 | 0 | 100010 | 100001 | 11111 | 101100110 | 11011 | 111001 |
Color Harmonies of #AF7476
Complementary color
Monochromatic Colors of #AF7476
Black with #AF7476
Text Example
Text Example
White with #AF7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7476; }
p { color: rgb(175,116,118); }
H1.HeaderClassName
{
color: #AF7476;
}
.AnyTagClassName
{
color: #AF7476;
}
</style>
background-color css
<style>
a { background-color: #AF7476; }
a { background-color: rgb(175,116,118); }
div.DivClassName
{
background-color: #AF7476;
}
.BgClassName
{
background-color: #AF7476;
}
</style>
border-color css
<style>
span { border-color: #AF7476; }
span { border-color: rgb(175,116,118); }
td.TdClassName
{
border-color: #AF7476;
}
.TagClassName
{
border-color: #AF7476;
}
</style>