Shades of Turkish Rose #AC6474
Tints of Turkish Rose #AC6474
RGB
CMYK
RGB Variations
Color information
#AC6474 (or 0xAC6474) is known color: Turkish Rose. HEX triplet: AC, 64 and 74. RGB value is (172,100,116). Sum of RGB (Red+Green+Blue) = 172+100+116=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6474 is #539B8B. Grayscale: #7B7B7B. Windows color (decimal): -5479308 or 7627948. OLE color: 7627948.
HSL color Cylindrical-coordinate representation of color #AC6474: hue angle of 346.67º degrees, saturation: 0.3, 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 #AC6474 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 116 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.33 |
| HSL | 346.67º | 0.3% | 0.53% | - |
| HSV(B) | 346.67º | 0.42% | 0.67% | - |
| XYZ | 24.72 | 19.15 | 18.92 | - |
| YUV | 123.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 116 | 0 | 0.42 | 0.33 | 0.33 | 346.67 | 0.3 | 0.53 |
| Hex | AC | 64 | 74 | 0 | 2A | 21 | 21 | 15B | 1E | 35 |
| Octal | 254 | 144 | 164 | 0 | 52 | 41 | 41 | 533 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1110100 | 0 | 101010 | 100001 | 100001 | 101011011 | 11110 | 110101 |
Color Harmonies of #AC6474
Complementary color
Monochromatic Colors of #AC6474
Black with #AC6474
Text Example
Text Example
White with #AC6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6474; }
p { color: rgb(172,100,116); }
H1.HeaderClassName
{
color: #AC6474;
}
.AnyTagClassName
{
color: #AC6474;
}
</style>
background-color css
<style>
a { background-color: #AC6474; }
a { background-color: rgb(172,100,116); }
div.DivClassName
{
background-color: #AC6474;
}
.BgClassName
{
background-color: #AC6474;
}
</style>
border-color css
<style>
span { border-color: #AC6474; }
span { border-color: rgb(172,100,116); }
td.TdClassName
{
border-color: #AC6474;
}
.TagClassName
{
border-color: #AC6474;
}
</style>