Shades of Turkish Rose #AF6373
Tints of Turkish Rose #AF6373
RGB
CMYK
RGB Variations
Color information
#AF6373 (or 0xAF6373) is known color: Turkish Rose. HEX triplet: AF, 63 and 73. RGB value is (175,99,115). Sum of RGB (Red+Green+Blue) = 175+99+115=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6373 is #509C8C. Grayscale: #7B7B7B. Windows color (decimal): -5282957 or 7562159. OLE color: 7562159.
HSL color Cylindrical-coordinate representation of color #AF6373: hue angle of 347.37º 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 #AF6373 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 115 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.31 |
| HSL | 347.37º | 0.32% | 0.54% | - |
| HSV(B) | 347.37º | 0.43% | 0.69% | - |
| XYZ | 25.24 | 19.28 | 18.61 | - |
| YUV | 123.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 115 | 0 | 0.43 | 0.34 | 0.31 | 347.37 | 0.32 | 0.54 |
| Hex | AF | 63 | 73 | 0 | 2B | 22 | 1F | 15B | 20 | 36 |
| Octal | 257 | 143 | 163 | 0 | 53 | 42 | 37 | 533 | 40 | 66 |
| Binary | 10101111 | 1100011 | 1110011 | 0 | 101011 | 100010 | 11111 | 101011011 | 100000 | 110110 |
Color Harmonies of #AF6373
Complementary color
Monochromatic Colors of #AF6373
Black with #AF6373
Text Example
Text Example
White with #AF6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6373; }
p { color: rgb(175,99,115); }
H1.HeaderClassName
{
color: #AF6373;
}
.AnyTagClassName
{
color: #AF6373;
}
</style>
background-color css
<style>
a { background-color: #AF6373; }
a { background-color: rgb(175,99,115); }
div.DivClassName
{
background-color: #AF6373;
}
.BgClassName
{
background-color: #AF6373;
}
</style>
border-color css
<style>
span { border-color: #AF6373; }
span { border-color: rgb(175,99,115); }
td.TdClassName
{
border-color: #AF6373;
}
.TagClassName
{
border-color: #AF6373;
}
</style>