Shades of Turkish Rose #AF6475
Tints of Turkish Rose #AF6475
RGB
CMYK
RGB Variations
Color information
#AF6475 (or 0xAF6475) is known color: Turkish Rose. HEX triplet: AF, 64 and 75. RGB value is (175,100,117). Sum of RGB (Red+Green+Blue) = 175+100+117=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6475 is #509B8A. Grayscale: #7C7C7C. Windows color (decimal): -5282699 or 7693487. OLE color: 7693487.
HSL color Cylindrical-coordinate representation of color #AF6475: hue angle of 346.4º 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 #AF6475 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 117 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.31 |
| HSL | 346.4º | 0.32% | 0.54% | - |
| HSV(B) | 346.4º | 0.43% | 0.69% | - |
| XYZ | 25.45 | 19.51 | 19.25 | - |
| YUV | 124.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 117 | 0 | 0.43 | 0.33 | 0.31 | 346.4 | 0.32 | 0.54 |
| Hex | AF | 64 | 75 | 0 | 2B | 21 | 1F | 15A | 20 | 36 |
| Octal | 257 | 144 | 165 | 0 | 53 | 41 | 37 | 532 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1110101 | 0 | 101011 | 100001 | 11111 | 101011010 | 100000 | 110110 |
Color Harmonies of #AF6475
Complementary color
Monochromatic Colors of #AF6475
Black with #AF6475
Text Example
Text Example
White with #AF6475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6475; }
p { color: rgb(175,100,117); }
H1.HeaderClassName
{
color: #AF6475;
}
.AnyTagClassName
{
color: #AF6475;
}
</style>
background-color css
<style>
a { background-color: #AF6475; }
a { background-color: rgb(175,100,117); }
div.DivClassName
{
background-color: #AF6475;
}
.BgClassName
{
background-color: #AF6475;
}
</style>
border-color css
<style>
span { border-color: #AF6475; }
span { border-color: rgb(175,100,117); }
td.TdClassName
{
border-color: #AF6475;
}
.TagClassName
{
border-color: #AF6475;
}
</style>