Shades of Turkish Rose #AF6372
Tints of Turkish Rose #AF6372
RGB
CMYK
RGB Variations
Color information
#AF6372 (or 0xAF6372) is known color: Turkish Rose. HEX triplet: AF, 63 and 72. RGB value is (175,99,114). Sum of RGB (Red+Green+Blue) = 175+99+114=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6372 is #509C8D. Grayscale: #7B7B7B. Windows color (decimal): -5282958 or 7496623. OLE color: 7496623.
HSL color Cylindrical-coordinate representation of color #AF6372: hue angle of 348.16º 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 #AF6372 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 114 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.31 |
| HSL | 348.16º | 0.32% | 0.54% | - |
| HSV(B) | 348.16º | 0.43% | 0.69% | - |
| XYZ | 25.18 | 19.25 | 18.31 | - |
| YUV | 123.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 114 | 0 | 0.43 | 0.35 | 0.31 | 348.16 | 0.32 | 0.54 |
| Hex | AF | 63 | 72 | 0 | 2B | 23 | 1F | 15C | 20 | 36 |
| Octal | 257 | 143 | 162 | 0 | 53 | 43 | 37 | 534 | 40 | 66 |
| Binary | 10101111 | 1100011 | 1110010 | 0 | 101011 | 100011 | 11111 | 101011100 | 100000 | 110110 |
Color Harmonies of #AF6372
Complementary color
Monochromatic Colors of #AF6372
Black with #AF6372
Text Example
Text Example
White with #AF6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6372; }
p { color: rgb(175,99,114); }
H1.HeaderClassName
{
color: #AF6372;
}
.AnyTagClassName
{
color: #AF6372;
}
</style>
background-color css
<style>
a { background-color: #AF6372; }
a { background-color: rgb(175,99,114); }
div.DivClassName
{
background-color: #AF6372;
}
.BgClassName
{
background-color: #AF6372;
}
</style>
border-color css
<style>
span { border-color: #AF6372; }
span { border-color: rgb(175,99,114); }
td.TdClassName
{
border-color: #AF6372;
}
.TagClassName
{
border-color: #AF6372;
}
</style>