Shades of Turkish Rose #AF626C
Tints of Turkish Rose #AF626C
RGB
CMYK
RGB Variations
Color information
#AF626C (or 0xAF626C) is known color: Turkish Rose. HEX triplet: AF, 62 and 6C. RGB value is (175,98,108). Sum of RGB (Red+Green+Blue) = 175+98+108=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF626C is #509D93. Grayscale: #7A7A7A. Windows color (decimal): -5283220 or 7103151. OLE color: 7103151.
HSL color Cylindrical-coordinate representation of color #AF626C: hue angle of 352.21º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF626C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 108 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.31 |
| HSL | 352.21º | 0.32% | 0.54% | - |
| HSV(B) | 352.21º | 0.44% | 0.69% | - |
| XYZ | 24.75 | 18.93 | 16.54 | - |
| YUV | 122.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 108 | 0 | 0.44 | 0.38 | 0.31 | 352.21 | 0.32 | 0.54 |
| Hex | AF | 62 | 6C | 0 | 2C | 26 | 1F | 160 | 20 | 36 |
| Octal | 257 | 142 | 154 | 0 | 54 | 46 | 37 | 540 | 40 | 66 |
| Binary | 10101111 | 1100010 | 1101100 | 0 | 101100 | 100110 | 11111 | 101100000 | 100000 | 110110 |
Color Harmonies of #AF626C
Complementary color
Monochromatic Colors of #AF626C
Black with #AF626C
Text Example
Text Example
White with #AF626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF626C; }
p { color: rgb(175,98,108); }
H1.HeaderClassName
{
color: #AF626C;
}
.AnyTagClassName
{
color: #AF626C;
}
</style>
background-color css
<style>
a { background-color: #AF626C; }
a { background-color: rgb(175,98,108); }
div.DivClassName
{
background-color: #AF626C;
}
.BgClassName
{
background-color: #AF626C;
}
</style>
border-color css
<style>
span { border-color: #AF626C; }
span { border-color: rgb(175,98,108); }
td.TdClassName
{
border-color: #AF626C;
}
.TagClassName
{
border-color: #AF626C;
}
</style>