Shades of Turkish Rose #AE7A7F
Tints of Turkish Rose #AE7A7F
RGB
CMYK
RGB Variations
Color information
#AE7A7F (or 0xAE7A7F) is known color: Turkish Rose. HEX triplet: AE, 7A and 7F. RGB value is (174,122,127). Sum of RGB (Red+Green+Blue) = 174+122+127=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A7F is #518580. Grayscale: #8A8A8A. Windows color (decimal): -5342593 or 8354478. OLE color: 8354478.
HSL color Cylindrical-coordinate representation of color #AE7A7F: hue angle of 354.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7A7F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 127 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.32 |
| HSL | 354.23º | 0.24% | 0.58% | - |
| HSV(B) | 354.23º | 0.3% | 0.68% | - |
| XYZ | 28.25 | 24.45 | 23.31 | - |
| YUV | 138.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 127 | 0 | 0.30 | 0.27 | 0.32 | 354.23 | 0.24 | 0.58 |
| Hex | AE | 7A | 7F | 0 | 1E | 1B | 20 | 162 | 18 | 3A |
| Octal | 256 | 172 | 177 | 0 | 36 | 33 | 40 | 542 | 30 | 72 |
| Binary | 10101110 | 1111010 | 1111111 | 0 | 11110 | 11011 | 100000 | 101100010 | 11000 | 111010 |
Color Harmonies of #AE7A7F
Complementary color
Monochromatic Colors of #AE7A7F
Black with #AE7A7F
Text Example
Text Example
White with #AE7A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A7F; }
p { color: rgb(174,122,127); }
H1.HeaderClassName
{
color: #AE7A7F;
}
.AnyTagClassName
{
color: #AE7A7F;
}
</style>
background-color css
<style>
a { background-color: #AE7A7F; }
a { background-color: rgb(174,122,127); }
div.DivClassName
{
background-color: #AE7A7F;
}
.BgClassName
{
background-color: #AE7A7F;
}
</style>
border-color css
<style>
span { border-color: #AE7A7F; }
span { border-color: rgb(174,122,127); }
td.TdClassName
{
border-color: #AE7A7F;
}
.TagClassName
{
border-color: #AE7A7F;
}
</style>