Shades of Turkish Rose #AF676B
Tints of Turkish Rose #AF676B
RGB
CMYK
RGB Variations
Color information
#AF676B (or 0xAF676B) is known color: Turkish Rose. HEX triplet: AF, 67 and 6B. RGB value is (175,103,107). Sum of RGB (Red+Green+Blue) = 175+103+107=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676B is #509894. Grayscale: #7D7D7D. Windows color (decimal): -5281941 or 7038895. OLE color: 7038895.
HSL color Cylindrical-coordinate representation of color #AF676B: hue angle of 356.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF676B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 107 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.31 |
| HSL | 356.67º | 0.31% | 0.55% | - |
| HSV(B) | 356.67º | 0.41% | 0.69% | - |
| XYZ | 25.18 | 19.88 | 16.42 | - |
| YUV | 124.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 107 | 0 | 0.41 | 0.39 | 0.31 | 356.67 | 0.31 | 0.55 |
| Hex | AF | 67 | 6B | 0 | 29 | 27 | 1F | 165 | 1F | 37 |
| Octal | 257 | 147 | 153 | 0 | 51 | 47 | 37 | 545 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1101011 | 0 | 101001 | 100111 | 11111 | 101100101 | 11111 | 110111 |
Color Harmonies of #AF676B
Complementary color
Monochromatic Colors of #AF676B
Black with #AF676B
Text Example
Text Example
White with #AF676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF676B; }
p { color: rgb(175,103,107); }
H1.HeaderClassName
{
color: #AF676B;
}
.AnyTagClassName
{
color: #AF676B;
}
</style>
background-color css
<style>
a { background-color: #AF676B; }
a { background-color: rgb(175,103,107); }
div.DivClassName
{
background-color: #AF676B;
}
.BgClassName
{
background-color: #AF676B;
}
</style>
border-color css
<style>
span { border-color: #AF676B; }
span { border-color: rgb(175,103,107); }
td.TdClassName
{
border-color: #AF676B;
}
.TagClassName
{
border-color: #AF676B;
}
</style>