Shades of Turkish Rose #AF676E
Tints of Turkish Rose #AF676E
RGB
CMYK
RGB Variations
Color information
#AF676E (or 0xAF676E) is known color: Turkish Rose. HEX triplet: AF, 67 and 6E. RGB value is (175,103,110). Sum of RGB (Red+Green+Blue) = 175+103+110=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676E is #509891. Grayscale: #7D7D7D. Windows color (decimal): -5281938 or 7235503. OLE color: 7235503.
HSL color Cylindrical-coordinate representation of color #AF676E: hue angle of 354.17º 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 #AF676E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 110 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.31 |
| HSL | 354.17º | 0.31% | 0.55% | - |
| HSV(B) | 354.17º | 0.41% | 0.69% | - |
| XYZ | 25.34 | 19.94 | 17.26 | - |
| YUV | 125.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 110 | 0 | 0.41 | 0.37 | 0.31 | 354.17 | 0.31 | 0.55 |
| Hex | AF | 67 | 6E | 0 | 29 | 25 | 1F | 162 | 1F | 37 |
| Octal | 257 | 147 | 156 | 0 | 51 | 45 | 37 | 542 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1101110 | 0 | 101001 | 100101 | 11111 | 101100010 | 11111 | 110111 |
Color Harmonies of #AF676E
Complementary color
Monochromatic Colors of #AF676E
Black with #AF676E
Text Example
Text Example
White with #AF676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF676E; }
p { color: rgb(175,103,110); }
H1.HeaderClassName
{
color: #AF676E;
}
.AnyTagClassName
{
color: #AF676E;
}
</style>
background-color css
<style>
a { background-color: #AF676E; }
a { background-color: rgb(175,103,110); }
div.DivClassName
{
background-color: #AF676E;
}
.BgClassName
{
background-color: #AF676E;
}
</style>
border-color css
<style>
span { border-color: #AF676E; }
span { border-color: rgb(175,103,110); }
td.TdClassName
{
border-color: #AF676E;
}
.TagClassName
{
border-color: #AF676E;
}
</style>