Shades of Turkish Rose #AE6B7A
Tints of Turkish Rose #AE6B7A
RGB
CMYK
RGB Variations
Color information
#AE6B7A (or 0xAE6B7A) is known color: Turkish Rose. HEX triplet: AE, 6B and 7A. RGB value is (174,107,122). Sum of RGB (Red+Green+Blue) = 174+107+122=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B7A is #519485. Grayscale: #808080. Windows color (decimal): -5346438 or 8022958. OLE color: 8022958.
HSL color Cylindrical-coordinate representation of color #AE6B7A: hue angle of 346.57º 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 #AE6B7A is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 122 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.32 |
| HSL | 346.57º | 0.29% | 0.55% | - |
| HSV(B) | 346.57º | 0.39% | 0.68% | - |
| XYZ | 26.23 | 20.92 | 21.07 | - |
| YUV | 128.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 122 | 0 | 0.39 | 0.30 | 0.32 | 346.57 | 0.29 | 0.55 |
| Hex | AE | 6B | 7A | 0 | 27 | 1E | 20 | 15B | 1D | 37 |
| Octal | 256 | 153 | 172 | 0 | 47 | 36 | 40 | 533 | 35 | 67 |
| Binary | 10101110 | 1101011 | 1111010 | 0 | 100111 | 11110 | 100000 | 101011011 | 11101 | 110111 |
Color Harmonies of #AE6B7A
Complementary color
Monochromatic Colors of #AE6B7A
Black with #AE6B7A
Text Example
Text Example
White with #AE6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B7A; }
p { color: rgb(174,107,122); }
H1.HeaderClassName
{
color: #AE6B7A;
}
.AnyTagClassName
{
color: #AE6B7A;
}
</style>
background-color css
<style>
a { background-color: #AE6B7A; }
a { background-color: rgb(174,107,122); }
div.DivClassName
{
background-color: #AE6B7A;
}
.BgClassName
{
background-color: #AE6B7A;
}
</style>
border-color css
<style>
span { border-color: #AE6B7A; }
span { border-color: rgb(174,107,122); }
td.TdClassName
{
border-color: #AE6B7A;
}
.TagClassName
{
border-color: #AE6B7A;
}
</style>