Shades of Turkish Rose #AE8184
Tints of Turkish Rose #AE8184
RGB
CMYK
RGB Variations
Color information
#AE8184 (or 0xAE8184) is known color: Turkish Rose. HEX triplet: AE, 81 and 84. RGB value is (174,129,132). Sum of RGB (Red+Green+Blue) = 174+129+132=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8184 is #517E7B. Grayscale: #8E8E8E. Windows color (decimal): -5340796 or 8683950. OLE color: 8683950.
HSL color Cylindrical-coordinate representation of color #AE8184: hue angle of 356º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8184 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 132 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.32 |
| HSL | 356º | 0.22% | 0.59% | - |
| HSV(B) | 356º | 0.26% | 0.68% | - |
| XYZ | 29.47 | 26.37 | 25.37 | - |
| YUV | 142.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 132 | 0 | 0.26 | 0.24 | 0.32 | 356 | 0.22 | 0.59 |
| Hex | AE | 81 | 84 | 0 | 1A | 18 | 20 | 164 | 16 | 3B |
| Octal | 256 | 201 | 204 | 0 | 32 | 30 | 40 | 544 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10000100 | 0 | 11010 | 11000 | 100000 | 101100100 | 10110 | 111011 |
Color Harmonies of #AE8184
Complementary color
Monochromatic Colors of #AE8184
Black with #AE8184
Text Example
Text Example
White with #AE8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8184; }
p { color: rgb(174,129,132); }
H1.HeaderClassName
{
color: #AE8184;
}
.AnyTagClassName
{
color: #AE8184;
}
</style>
background-color css
<style>
a { background-color: #AE8184; }
a { background-color: rgb(174,129,132); }
div.DivClassName
{
background-color: #AE8184;
}
.BgClassName
{
background-color: #AE8184;
}
</style>
border-color css
<style>
span { border-color: #AE8184; }
span { border-color: rgb(174,129,132); }
td.TdClassName
{
border-color: #AE8184;
}
.TagClassName
{
border-color: #AE8184;
}
</style>