Shades of Turkish Rose #AC6376
Tints of Turkish Rose #AC6376
RGB
CMYK
RGB Variations
Color information
#AC6376 (or 0xAC6376) is known color: Turkish Rose. HEX triplet: AC, 63 and 76. RGB value is (172,99,118). Sum of RGB (Red+Green+Blue) = 172+99+118=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6376 is #539C89. Grayscale: #7A7A7A. Windows color (decimal): -5479562 or 7758764. OLE color: 7758764.
HSL color Cylindrical-coordinate representation of color #AC6376: hue angle of 344.38º 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 #AC6376 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 118 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.33 |
| HSL | 344.38º | 0.31% | 0.53% | - |
| HSV(B) | 344.38º | 0.42% | 0.67% | - |
| XYZ | 24.75 | 19 | 19.5 | - |
| YUV | 122.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 118 | 0 | 0.42 | 0.31 | 0.33 | 344.38 | 0.31 | 0.53 |
| Hex | AC | 63 | 76 | 0 | 2A | 1F | 21 | 158 | 1F | 35 |
| Octal | 254 | 143 | 166 | 0 | 52 | 37 | 41 | 530 | 37 | 65 |
| Binary | 10101100 | 1100011 | 1110110 | 0 | 101010 | 11111 | 100001 | 101011000 | 11111 | 110101 |
Color Harmonies of #AC6376
Complementary color
Monochromatic Colors of #AC6376
Black with #AC6376
Text Example
Text Example
White with #AC6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6376; }
p { color: rgb(172,99,118); }
H1.HeaderClassName
{
color: #AC6376;
}
.AnyTagClassName
{
color: #AC6376;
}
</style>
background-color css
<style>
a { background-color: #AC6376; }
a { background-color: rgb(172,99,118); }
div.DivClassName
{
background-color: #AC6376;
}
.BgClassName
{
background-color: #AC6376;
}
</style>
border-color css
<style>
span { border-color: #AC6376; }
span { border-color: rgb(172,99,118); }
td.TdClassName
{
border-color: #AC6376;
}
.TagClassName
{
border-color: #AC6376;
}
</style>