Shades of Turkish Rose #AE7B7C
Tints of Turkish Rose #AE7B7C
RGB
CMYK
RGB Variations
Color information
#AE7B7C (or 0xAE7B7C) is known color: Turkish Rose. HEX triplet: AE, 7B and 7C. RGB value is (174,123,124). Sum of RGB (Red+Green+Blue) = 174+123+124=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7C is #518483. Grayscale: #8A8A8A. Windows color (decimal): -5342340 or 8158126. OLE color: 8158126.
HSL color Cylindrical-coordinate representation of color #AE7B7C: hue angle of 358.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7B7C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 124 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.32 |
| HSL | 358.82º | 0.24% | 0.58% | - |
| HSV(B) | 358.82º | 0.29% | 0.68% | - |
| XYZ | 28.18 | 24.62 | 22.34 | - |
| YUV | 138.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 124 | 0 | 0.29 | 0.29 | 0.32 | 358.82 | 0.24 | 0.58 |
| Hex | AE | 7B | 7C | 0 | 1D | 1D | 20 | 167 | 18 | 3A |
| Octal | 256 | 173 | 174 | 0 | 35 | 35 | 40 | 547 | 30 | 72 |
| Binary | 10101110 | 1111011 | 1111100 | 0 | 11101 | 11101 | 100000 | 101100111 | 11000 | 111010 |
Color Harmonies of #AE7B7C
Complementary color
Monochromatic Colors of #AE7B7C
Black with #AE7B7C
Text Example
Text Example
White with #AE7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B7C; }
p { color: rgb(174,123,124); }
H1.HeaderClassName
{
color: #AE7B7C;
}
.AnyTagClassName
{
color: #AE7B7C;
}
</style>
background-color css
<style>
a { background-color: #AE7B7C; }
a { background-color: rgb(174,123,124); }
div.DivClassName
{
background-color: #AE7B7C;
}
.BgClassName
{
background-color: #AE7B7C;
}
</style>
border-color css
<style>
span { border-color: #AE7B7C; }
span { border-color: rgb(174,123,124); }
td.TdClassName
{
border-color: #AE7B7C;
}
.TagClassName
{
border-color: #AE7B7C;
}
</style>