Shades of Turkish Rose #AC636B
Tints of Turkish Rose #AC636B
RGB
CMYK
RGB Variations
Color information
#AC636B (or 0xAC636B) is known color: Turkish Rose. HEX triplet: AC, 63 and 6B. RGB value is (172,99,107). Sum of RGB (Red+Green+Blue) = 172+99+107=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC636B is #539C94. Grayscale: #797979. Windows color (decimal): -5479573 or 7037868. OLE color: 7037868.
HSL color Cylindrical-coordinate representation of color #AC636B: hue angle of 353.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC636B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 107 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.33 |
| HSL | 353.42º | 0.31% | 0.53% | - |
| HSV(B) | 353.42º | 0.42% | 0.67% | - |
| XYZ | 24.13 | 18.76 | 16.26 | - |
| YUV | 121.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 107 | 0 | 0.42 | 0.38 | 0.33 | 353.42 | 0.31 | 0.53 |
| Hex | AC | 63 | 6B | 0 | 2A | 26 | 21 | 161 | 1F | 35 |
| Octal | 254 | 143 | 153 | 0 | 52 | 46 | 41 | 541 | 37 | 65 |
| Binary | 10101100 | 1100011 | 1101011 | 0 | 101010 | 100110 | 100001 | 101100001 | 11111 | 110101 |
Color Harmonies of #AC636B
Complementary color
Monochromatic Colors of #AC636B
Black with #AC636B
Text Example
Text Example
White with #AC636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC636B; }
p { color: rgb(172,99,107); }
H1.HeaderClassName
{
color: #AC636B;
}
.AnyTagClassName
{
color: #AC636B;
}
</style>
background-color css
<style>
a { background-color: #AC636B; }
a { background-color: rgb(172,99,107); }
div.DivClassName
{
background-color: #AC636B;
}
.BgClassName
{
background-color: #AC636B;
}
</style>
border-color css
<style>
span { border-color: #AC636B; }
span { border-color: rgb(172,99,107); }
td.TdClassName
{
border-color: #AC636B;
}
.TagClassName
{
border-color: #AC636B;
}
</style>