Shades of Turkish Rose #AF6376
Tints of Turkish Rose #AF6376
RGB
CMYK
RGB Variations
Color information
#AF6376 (or 0xAF6376) is known color: Turkish Rose. HEX triplet: AF, 63 and 76. RGB value is (175,99,118). Sum of RGB (Red+Green+Blue) = 175+99+118=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6376 is #509C89. Grayscale: #7B7B7B. Windows color (decimal): -5282954 or 7758767. OLE color: 7758767.
HSL color Cylindrical-coordinate representation of color #AF6376: hue angle of 345º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6376 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 118 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.31 |
| HSL | 345º | 0.32% | 0.54% | - |
| HSV(B) | 345º | 0.43% | 0.69% | - |
| XYZ | 25.41 | 19.35 | 19.53 | - |
| YUV | 123.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 118 | 0 | 0.43 | 0.33 | 0.31 | 345 | 0.32 | 0.54 |
| Hex | AF | 63 | 76 | 0 | 2B | 21 | 1F | 159 | 20 | 36 |
| Octal | 257 | 143 | 166 | 0 | 53 | 41 | 37 | 531 | 40 | 66 |
| Binary | 10101111 | 1100011 | 1110110 | 0 | 101011 | 100001 | 11111 | 101011001 | 100000 | 110110 |
Color Harmonies of #AF6376
Complementary color
Monochromatic Colors of #AF6376
Black with #AF6376
Text Example
Text Example
White with #AF6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6376; }
p { color: rgb(175,99,118); }
H1.HeaderClassName
{
color: #AF6376;
}
.AnyTagClassName
{
color: #AF6376;
}
</style>
background-color css
<style>
a { background-color: #AF6376; }
a { background-color: rgb(175,99,118); }
div.DivClassName
{
background-color: #AF6376;
}
.BgClassName
{
background-color: #AF6376;
}
</style>
border-color css
<style>
span { border-color: #AF6376; }
span { border-color: rgb(175,99,118); }
td.TdClassName
{
border-color: #AF6376;
}
.TagClassName
{
border-color: #AF6376;
}
</style>