Shades of Turkish Rose #AF636B
Tints of Turkish Rose #AF636B
RGB
CMYK
RGB Variations
Color information
#AF636B (or 0xAF636B) is known color: Turkish Rose. HEX triplet: AF, 63 and 6B. RGB value is (175,99,107). Sum of RGB (Red+Green+Blue) = 175+99+107=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF636B is #509C94. Grayscale: #7A7A7A. Windows color (decimal): -5282965 or 7037871. OLE color: 7037871.
HSL color Cylindrical-coordinate representation of color #AF636B: hue angle of 353.68º 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 #AF636B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 107 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.31 |
| HSL | 353.68º | 0.32% | 0.54% | - |
| HSV(B) | 353.68º | 0.43% | 0.69% | - |
| XYZ | 24.79 | 19.1 | 16.29 | - |
| YUV | 122.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 107 | 0 | 0.43 | 0.39 | 0.31 | 353.68 | 0.32 | 0.54 |
| Hex | AF | 63 | 6B | 0 | 2B | 27 | 1F | 162 | 20 | 36 |
| Octal | 257 | 143 | 153 | 0 | 53 | 47 | 37 | 542 | 40 | 66 |
| Binary | 10101111 | 1100011 | 1101011 | 0 | 101011 | 100111 | 11111 | 101100010 | 100000 | 110110 |
Color Harmonies of #AF636B
Complementary color
Monochromatic Colors of #AF636B
Black with #AF636B
Text Example
Text Example
White with #AF636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF636B; }
p { color: rgb(175,99,107); }
H1.HeaderClassName
{
color: #AF636B;
}
.AnyTagClassName
{
color: #AF636B;
}
</style>
background-color css
<style>
a { background-color: #AF636B; }
a { background-color: rgb(175,99,107); }
div.DivClassName
{
background-color: #AF636B;
}
.BgClassName
{
background-color: #AF636B;
}
</style>
border-color css
<style>
span { border-color: #AF636B; }
span { border-color: rgb(175,99,107); }
td.TdClassName
{
border-color: #AF636B;
}
.TagClassName
{
border-color: #AF636B;
}
</style>