Shades of Turkish Rose #AF6E76
Tints of Turkish Rose #AF6E76
RGB
CMYK
RGB Variations
Color information
#AF6E76 (or 0xAF6E76) is known color: Turkish Rose. HEX triplet: AF, 6E and 76. RGB value is (175,110,118). Sum of RGB (Red+Green+Blue) = 175+110+118=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E76 is #509189. Grayscale: #828282. Windows color (decimal): -5280138 or 7761583. OLE color: 7761583.
HSL color Cylindrical-coordinate representation of color #AF6E76: hue angle of 352.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E76 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 118 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.31 |
| HSL | 352.62º | 0.29% | 0.56% | - |
| HSV(B) | 352.62º | 0.37% | 0.69% | - |
| XYZ | 26.53 | 21.57 | 19.91 | - |
| YUV | 130.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 118 | 0 | 0.37 | 0.33 | 0.31 | 352.62 | 0.29 | 0.56 |
| Hex | AF | 6E | 76 | 0 | 25 | 21 | 1F | 161 | 1D | 38 |
| Octal | 257 | 156 | 166 | 0 | 45 | 41 | 37 | 541 | 35 | 70 |
| Binary | 10101111 | 1101110 | 1110110 | 0 | 100101 | 100001 | 11111 | 101100001 | 11101 | 111000 |
Color Harmonies of #AF6E76
Complementary color
Monochromatic Colors of #AF6E76
Black with #AF6E76
Text Example
Text Example
White with #AF6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E76; }
p { color: rgb(175,110,118); }
H1.HeaderClassName
{
color: #AF6E76;
}
.AnyTagClassName
{
color: #AF6E76;
}
</style>
background-color css
<style>
a { background-color: #AF6E76; }
a { background-color: rgb(175,110,118); }
div.DivClassName
{
background-color: #AF6E76;
}
.BgClassName
{
background-color: #AF6E76;
}
</style>
border-color css
<style>
span { border-color: #AF6E76; }
span { border-color: rgb(175,110,118); }
td.TdClassName
{
border-color: #AF6E76;
}
.TagClassName
{
border-color: #AF6E76;
}
</style>