Shades of Turkish Rose #AF6467
Tints of Turkish Rose #AF6467
RGB
CMYK
RGB Variations
Color information
#AF6467 (or 0xAF6467) is known color: Turkish Rose. HEX triplet: AF, 64 and 67. RGB value is (175,100,103). Sum of RGB (Red+Green+Blue) = 175+100+103=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6467 is #509B98. Grayscale: #7A7A7A. Windows color (decimal): -5282713 or 6775983. OLE color: 6775983.
HSL color Cylindrical-coordinate representation of color #AF6467: hue angle of 357.6º 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 #AF6467 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 103 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.31 |
| HSL | 357.6º | 0.32% | 0.54% | - |
| HSV(B) | 357.6º | 0.43% | 0.69% | - |
| XYZ | 24.68 | 19.21 | 15.24 | - |
| YUV | 122.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 103 | 0 | 0.43 | 0.41 | 0.31 | 357.6 | 0.32 | 0.54 |
| Hex | AF | 64 | 67 | 0 | 2B | 29 | 1F | 166 | 20 | 36 |
| Octal | 257 | 144 | 147 | 0 | 53 | 51 | 37 | 546 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1100111 | 0 | 101011 | 101001 | 11111 | 101100110 | 100000 | 110110 |
Color Harmonies of #AF6467
Complementary color
Monochromatic Colors of #AF6467
Black with #AF6467
Text Example
Text Example
White with #AF6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6467; }
p { color: rgb(175,100,103); }
H1.HeaderClassName
{
color: #AF6467;
}
.AnyTagClassName
{
color: #AF6467;
}
</style>
background-color css
<style>
a { background-color: #AF6467; }
a { background-color: rgb(175,100,103); }
div.DivClassName
{
background-color: #AF6467;
}
.BgClassName
{
background-color: #AF6467;
}
</style>
border-color css
<style>
span { border-color: #AF6467; }
span { border-color: rgb(175,100,103); }
td.TdClassName
{
border-color: #AF6467;
}
.TagClassName
{
border-color: #AF6467;
}
</style>