Shades of Turkish Rose #AE6B70
Tints of Turkish Rose #AE6B70
RGB
CMYK
RGB Variations
Color information
#AE6B70 (or 0xAE6B70) is known color: Turkish Rose. HEX triplet: AE, 6B and 70. RGB value is (174,107,112). Sum of RGB (Red+Green+Blue) = 174+107+112=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B70 is #51948F. Grayscale: #7F7F7F. Windows color (decimal): -5346448 or 7367598. OLE color: 7367598.
HSL color Cylindrical-coordinate representation of color #AE6B70: hue angle of 355.52º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6B70 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 112 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.32 |
| HSL | 355.52º | 0.29% | 0.55% | - |
| HSV(B) | 355.52º | 0.39% | 0.68% | - |
| XYZ | 25.64 | 20.68 | 17.97 | - |
| YUV | 127.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 112 | 0 | 0.39 | 0.36 | 0.32 | 355.52 | 0.29 | 0.55 |
| Hex | AE | 6B | 70 | 0 | 27 | 24 | 20 | 164 | 1D | 37 |
| Octal | 256 | 153 | 160 | 0 | 47 | 44 | 40 | 544 | 35 | 67 |
| Binary | 10101110 | 1101011 | 1110000 | 0 | 100111 | 100100 | 100000 | 101100100 | 11101 | 110111 |
Color Harmonies of #AE6B70
Complementary color
Monochromatic Colors of #AE6B70
Black with #AE6B70
Text Example
Text Example
White with #AE6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B70; }
p { color: rgb(174,107,112); }
H1.HeaderClassName
{
color: #AE6B70;
}
.AnyTagClassName
{
color: #AE6B70;
}
</style>
background-color css
<style>
a { background-color: #AE6B70; }
a { background-color: rgb(174,107,112); }
div.DivClassName
{
background-color: #AE6B70;
}
.BgClassName
{
background-color: #AE6B70;
}
</style>
border-color css
<style>
span { border-color: #AE6B70; }
span { border-color: rgb(174,107,112); }
td.TdClassName
{
border-color: #AE6B70;
}
.TagClassName
{
border-color: #AE6B70;
}
</style>