Shades of Turkish Rose #AC636A
Tints of Turkish Rose #AC636A
RGB
CMYK
RGB Variations
Color information
#AC636A (or 0xAC636A) is known color: Turkish Rose. HEX triplet: AC, 63 and 6A. RGB value is (172,99,106). Sum of RGB (Red+Green+Blue) = 172+99+106=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC636A is #539C95. Grayscale: #797979. Windows color (decimal): -5479574 or 6972332. OLE color: 6972332.
HSL color Cylindrical-coordinate representation of color #AC636A: hue angle of 354.25º 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 #AC636A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 106 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.33 |
| HSL | 354.25º | 0.31% | 0.53% | - |
| HSV(B) | 354.25º | 0.42% | 0.67% | - |
| XYZ | 24.08 | 18.73 | 15.98 | - |
| YUV | 121.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 106 | 0 | 0.42 | 0.38 | 0.33 | 354.25 | 0.31 | 0.53 |
| Hex | AC | 63 | 6A | 0 | 2A | 26 | 21 | 162 | 1F | 35 |
| Octal | 254 | 143 | 152 | 0 | 52 | 46 | 41 | 542 | 37 | 65 |
| Binary | 10101100 | 1100011 | 1101010 | 0 | 101010 | 100110 | 100001 | 101100010 | 11111 | 110101 |
Color Harmonies of #AC636A
Complementary color
Monochromatic Colors of #AC636A
Black with #AC636A
Text Example
Text Example
White with #AC636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC636A; }
p { color: rgb(172,99,106); }
H1.HeaderClassName
{
color: #AC636A;
}
.AnyTagClassName
{
color: #AC636A;
}
</style>
background-color css
<style>
a { background-color: #AC636A; }
a { background-color: rgb(172,99,106); }
div.DivClassName
{
background-color: #AC636A;
}
.BgClassName
{
background-color: #AC636A;
}
</style>
border-color css
<style>
span { border-color: #AC636A; }
span { border-color: rgb(172,99,106); }
td.TdClassName
{
border-color: #AC636A;
}
.TagClassName
{
border-color: #AC636A;
}
</style>