Shades of Turkish Rose #AF6567
Tints of Turkish Rose #AF6567
RGB
CMYK
RGB Variations
Color information
#AF6567 (or 0xAF6567) is known color: Turkish Rose. HEX triplet: AF, 65 and 67. RGB value is (175,101,103). Sum of RGB (Red+Green+Blue) = 175+101+103=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6567 is #509A98. Grayscale: #7B7B7B. Windows color (decimal): -5282457 or 6776239. OLE color: 6776239.
HSL color Cylindrical-coordinate representation of color #AF6567: hue angle of 358.38º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6567 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 103 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.31 |
| HSL | 358.38º | 0.32% | 0.54% | - |
| HSV(B) | 358.38º | 0.42% | 0.69% | - |
| XYZ | 24.78 | 19.4 | 15.27 | - |
| YUV | 123.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 103 | 0 | 0.42 | 0.41 | 0.31 | 358.38 | 0.32 | 0.54 |
| Hex | AF | 65 | 67 | 0 | 2A | 29 | 1F | 166 | 20 | 36 |
| Octal | 257 | 145 | 147 | 0 | 52 | 51 | 37 | 546 | 40 | 66 |
| Binary | 10101111 | 1100101 | 1100111 | 0 | 101010 | 101001 | 11111 | 101100110 | 100000 | 110110 |
Color Harmonies of #AF6567
Complementary color
Monochromatic Colors of #AF6567
Black with #AF6567
Text Example
Text Example
White with #AF6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6567; }
p { color: rgb(175,101,103); }
H1.HeaderClassName
{
color: #AF6567;
}
.AnyTagClassName
{
color: #AF6567;
}
</style>
background-color css
<style>
a { background-color: #AF6567; }
a { background-color: rgb(175,101,103); }
div.DivClassName
{
background-color: #AF6567;
}
.BgClassName
{
background-color: #AF6567;
}
</style>
border-color css
<style>
span { border-color: #AF6567; }
span { border-color: rgb(175,101,103); }
td.TdClassName
{
border-color: #AF6567;
}
.TagClassName
{
border-color: #AF6567;
}
</style>