Shades of Turkish Rose #AF6474
Tints of Turkish Rose #AF6474
RGB
CMYK
RGB Variations
Color information
#AF6474 (or 0xAF6474) is known color: Turkish Rose. HEX triplet: AF, 64 and 74. RGB value is (175,100,116). Sum of RGB (Red+Green+Blue) = 175+100+116=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6474 is #509B8B. Grayscale: #7C7C7C. Windows color (decimal): -5282700 or 7627951. OLE color: 7627951.
HSL color Cylindrical-coordinate representation of color #AF6474: hue angle of 347.2º 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 #AF6474 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 116 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.31 |
| HSL | 347.2º | 0.32% | 0.54% | - |
| HSV(B) | 347.2º | 0.43% | 0.69% | - |
| XYZ | 25.39 | 19.49 | 18.95 | - |
| YUV | 124.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 116 | 0 | 0.43 | 0.34 | 0.31 | 347.2 | 0.32 | 0.54 |
| Hex | AF | 64 | 74 | 0 | 2B | 22 | 1F | 15B | 20 | 36 |
| Octal | 257 | 144 | 164 | 0 | 53 | 42 | 37 | 533 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1110100 | 0 | 101011 | 100010 | 11111 | 101011011 | 100000 | 110110 |
Color Harmonies of #AF6474
Complementary color
Monochromatic Colors of #AF6474
Black with #AF6474
Text Example
Text Example
White with #AF6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6474; }
p { color: rgb(175,100,116); }
H1.HeaderClassName
{
color: #AF6474;
}
.AnyTagClassName
{
color: #AF6474;
}
</style>
background-color css
<style>
a { background-color: #AF6474; }
a { background-color: rgb(175,100,116); }
div.DivClassName
{
background-color: #AF6474;
}
.BgClassName
{
background-color: #AF6474;
}
</style>
border-color css
<style>
span { border-color: #AF6474; }
span { border-color: rgb(175,100,116); }
td.TdClassName
{
border-color: #AF6474;
}
.TagClassName
{
border-color: #AF6474;
}
</style>