Shades of Turkish Rose #AC6779
Tints of Turkish Rose #AC6779
RGB
CMYK
RGB Variations
Color information
#AC6779 (or 0xAC6779) is known color: Turkish Rose. HEX triplet: AC, 67 and 79. RGB value is (172,103,121). Sum of RGB (Red+Green+Blue) = 172+103+121=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6779 is #539886. Grayscale: #7D7D7D. Windows color (decimal): -5478535 or 7956396. OLE color: 7956396.
HSL color Cylindrical-coordinate representation of color #AC6779: hue angle of 344.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6779 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 121 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.33 |
| HSL | 344.35º | 0.29% | 0.54% | - |
| HSV(B) | 344.35º | 0.4% | 0.67% | - |
| XYZ | 25.31 | 19.85 | 20.59 | - |
| YUV | 125.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 121 | 0 | 0.40 | 0.30 | 0.33 | 344.35 | 0.29 | 0.54 |
| Hex | AC | 67 | 79 | 0 | 28 | 1E | 21 | 158 | 1D | 36 |
| Octal | 254 | 147 | 171 | 0 | 50 | 36 | 41 | 530 | 35 | 66 |
| Binary | 10101100 | 1100111 | 1111001 | 0 | 101000 | 11110 | 100001 | 101011000 | 11101 | 110110 |
Color Harmonies of #AC6779
Complementary color
Monochromatic Colors of #AC6779
Black with #AC6779
Text Example
Text Example
White with #AC6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6779; }
p { color: rgb(172,103,121); }
H1.HeaderClassName
{
color: #AC6779;
}
.AnyTagClassName
{
color: #AC6779;
}
</style>
background-color css
<style>
a { background-color: #AC6779; }
a { background-color: rgb(172,103,121); }
div.DivClassName
{
background-color: #AC6779;
}
.BgClassName
{
background-color: #AC6779;
}
</style>
border-color css
<style>
span { border-color: #AC6779; }
span { border-color: rgb(172,103,121); }
td.TdClassName
{
border-color: #AC6779;
}
.TagClassName
{
border-color: #AC6779;
}
</style>