Shades of Turkish Rose #AE767D
Tints of Turkish Rose #AE767D
RGB
CMYK
RGB Variations
Color information
#AE767D (or 0xAE767D) is known color: Turkish Rose. HEX triplet: AE, 76 and 7D. RGB value is (174,118,125). Sum of RGB (Red+Green+Blue) = 174+118+125=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE767D is #518982. Grayscale: #878787. Windows color (decimal): -5343619 or 8222382. OLE color: 8222382.
HSL color Cylindrical-coordinate representation of color #AE767D: hue angle of 352.5º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE767D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 125 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.32 |
| HSL | 352.5º | 0.26% | 0.57% | - |
| HSV(B) | 352.5º | 0.32% | 0.68% | - |
| XYZ | 27.64 | 23.44 | 22.47 | - |
| YUV | 135.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 125 | 0 | 0.32 | 0.28 | 0.32 | 352.5 | 0.26 | 0.57 |
| Hex | AE | 76 | 7D | 0 | 20 | 1C | 20 | 160 | 1A | 39 |
| Octal | 256 | 166 | 175 | 0 | 40 | 34 | 40 | 540 | 32 | 71 |
| Binary | 10101110 | 1110110 | 1111101 | 0 | 100000 | 11100 | 100000 | 101100000 | 11010 | 111001 |
Color Harmonies of #AE767D
Complementary color
Monochromatic Colors of #AE767D
Black with #AE767D
Text Example
Text Example
White with #AE767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE767D; }
p { color: rgb(174,118,125); }
H1.HeaderClassName
{
color: #AE767D;
}
.AnyTagClassName
{
color: #AE767D;
}
</style>
background-color css
<style>
a { background-color: #AE767D; }
a { background-color: rgb(174,118,125); }
div.DivClassName
{
background-color: #AE767D;
}
.BgClassName
{
background-color: #AE767D;
}
</style>
border-color css
<style>
span { border-color: #AE767D; }
span { border-color: rgb(174,118,125); }
td.TdClassName
{
border-color: #AE767D;
}
.TagClassName
{
border-color: #AE767D;
}
</style>