Shades of Turkish Rose #AF6377
Tints of Turkish Rose #AF6377
RGB
CMYK
RGB Variations
Color information
#AF6377 (or 0xAF6377) is known color: Turkish Rose. HEX triplet: AF, 63 and 77. RGB value is (175,99,119). Sum of RGB (Red+Green+Blue) = 175+99+119=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6377 is #509C88. Grayscale: #7C7C7C. Windows color (decimal): -5282953 or 7824303. OLE color: 7824303.
HSL color Cylindrical-coordinate representation of color #AF6377: hue angle of 344.21º 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 #AF6377 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 119 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.31 |
| HSL | 344.21º | 0.32% | 0.54% | - |
| HSV(B) | 344.21º | 0.43% | 0.69% | - |
| XYZ | 25.47 | 19.37 | 19.85 | - |
| YUV | 124 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 119 | 0 | 0.43 | 0.32 | 0.31 | 344.21 | 0.32 | 0.54 |
| Hex | AF | 63 | 77 | 0 | 2B | 20 | 1F | 158 | 20 | 36 |
| Octal | 257 | 143 | 167 | 0 | 53 | 40 | 37 | 530 | 40 | 66 |
| Binary | 10101111 | 1100011 | 1110111 | 0 | 101011 | 100000 | 11111 | 101011000 | 100000 | 110110 |
Color Harmonies of #AF6377
Complementary color
Monochromatic Colors of #AF6377
Black with #AF6377
Text Example
Text Example
White with #AF6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6377; }
p { color: rgb(175,99,119); }
H1.HeaderClassName
{
color: #AF6377;
}
.AnyTagClassName
{
color: #AF6377;
}
</style>
background-color css
<style>
a { background-color: #AF6377; }
a { background-color: rgb(175,99,119); }
div.DivClassName
{
background-color: #AF6377;
}
.BgClassName
{
background-color: #AF6377;
}
</style>
border-color css
<style>
span { border-color: #AF6377; }
span { border-color: rgb(175,99,119); }
td.TdClassName
{
border-color: #AF6377;
}
.TagClassName
{
border-color: #AF6377;
}
</style>