Shades of Turkish Rose #AF6A6C
Tints of Turkish Rose #AF6A6C
RGB
CMYK
RGB Variations
Color information
#AF6A6C (or 0xAF6A6C) is known color: Turkish Rose. HEX triplet: AF, 6A and 6C. RGB value is (175,106,108). Sum of RGB (Red+Green+Blue) = 175+106+108=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A6C is #509593. Grayscale: #7E7E7E. Windows color (decimal): -5281172 or 7105199. OLE color: 7105199.
HSL color Cylindrical-coordinate representation of color #AF6A6C: hue angle of 358.26º 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 #AF6A6C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 108 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.31 |
| HSL | 358.26º | 0.3% | 0.55% | - |
| HSV(B) | 358.26º | 0.39% | 0.69% | - |
| XYZ | 25.54 | 20.5 | 16.8 | - |
| YUV | 126.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 108 | 0 | 0.39 | 0.38 | 0.31 | 358.26 | 0.3 | 0.55 |
| Hex | AF | 6A | 6C | 0 | 27 | 26 | 1F | 166 | 1E | 37 |
| Octal | 257 | 152 | 154 | 0 | 47 | 46 | 37 | 546 | 36 | 67 |
| Binary | 10101111 | 1101010 | 1101100 | 0 | 100111 | 100110 | 11111 | 101100110 | 11110 | 110111 |
Color Harmonies of #AF6A6C
Complementary color
Monochromatic Colors of #AF6A6C
Black with #AF6A6C
Text Example
Text Example
White with #AF6A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A6C; }
p { color: rgb(175,106,108); }
H1.HeaderClassName
{
color: #AF6A6C;
}
.AnyTagClassName
{
color: #AF6A6C;
}
</style>
background-color css
<style>
a { background-color: #AF6A6C; }
a { background-color: rgb(175,106,108); }
div.DivClassName
{
background-color: #AF6A6C;
}
.BgClassName
{
background-color: #AF6A6C;
}
</style>
border-color css
<style>
span { border-color: #AF6A6C; }
span { border-color: rgb(175,106,108); }
td.TdClassName
{
border-color: #AF6A6C;
}
.TagClassName
{
border-color: #AF6A6C;
}
</style>