Shades of Turkish Rose #AF6A6E
Tints of Turkish Rose #AF6A6E
RGB
CMYK
RGB Variations
Color information
#AF6A6E (or 0xAF6A6E) is known color: Turkish Rose. HEX triplet: AF, 6A and 6E. RGB value is (175,106,110). Sum of RGB (Red+Green+Blue) = 175+106+110=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A6E is #509591. Grayscale: #7F7F7F. Windows color (decimal): -5281170 or 7236271. OLE color: 7236271.
HSL color Cylindrical-coordinate representation of color #AF6A6E: hue angle of 356.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6A6E is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 110 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.31 |
| HSL | 356.52º | 0.3% | 0.55% | - |
| HSV(B) | 356.52º | 0.39% | 0.69% | - |
| XYZ | 25.65 | 20.55 | 17.37 | - |
| YUV | 127.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 110 | 0 | 0.39 | 0.37 | 0.31 | 356.52 | 0.3 | 0.55 |
| Hex | AF | 6A | 6E | 0 | 27 | 25 | 1F | 165 | 1E | 37 |
| Octal | 257 | 152 | 156 | 0 | 47 | 45 | 37 | 545 | 36 | 67 |
| Binary | 10101111 | 1101010 | 1101110 | 0 | 100111 | 100101 | 11111 | 101100101 | 11110 | 110111 |
Color Harmonies of #AF6A6E
Complementary color
Monochromatic Colors of #AF6A6E
Black with #AF6A6E
Text Example
Text Example
White with #AF6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A6E; }
p { color: rgb(175,106,110); }
H1.HeaderClassName
{
color: #AF6A6E;
}
.AnyTagClassName
{
color: #AF6A6E;
}
</style>
background-color css
<style>
a { background-color: #AF6A6E; }
a { background-color: rgb(175,106,110); }
div.DivClassName
{
background-color: #AF6A6E;
}
.BgClassName
{
background-color: #AF6A6E;
}
</style>
border-color css
<style>
span { border-color: #AF6A6E; }
span { border-color: rgb(175,106,110); }
td.TdClassName
{
border-color: #AF6A6E;
}
.TagClassName
{
border-color: #AF6A6E;
}
</style>