Shades of Turkish Rose #AC6A7A
Tints of Turkish Rose #AC6A7A
RGB
CMYK
RGB Variations
Color information
#AC6A7A (or 0xAC6A7A) is known color: Turkish Rose. HEX triplet: AC, 6A and 7A. RGB value is (172,106,122). Sum of RGB (Red+Green+Blue) = 172+106+122=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7A is #539585. Grayscale: #7F7F7F. Windows color (decimal): -5477766 or 8022700. OLE color: 8022700.
HSL color Cylindrical-coordinate representation of color #AC6A7A: hue angle of 345.45º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6A7A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 122 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.33 |
| HSL | 345.45º | 0.28% | 0.55% | - |
| HSV(B) | 345.45º | 0.38% | 0.67% | - |
| XYZ | 25.68 | 20.48 | 21.01 | - |
| YUV | 127.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 122 | 0 | 0.38 | 0.29 | 0.33 | 345.45 | 0.28 | 0.55 |
| Hex | AC | 6A | 7A | 0 | 26 | 1D | 21 | 159 | 1C | 37 |
| Octal | 254 | 152 | 172 | 0 | 46 | 35 | 41 | 531 | 34 | 67 |
| Binary | 10101100 | 1101010 | 1111010 | 0 | 100110 | 11101 | 100001 | 101011001 | 11100 | 110111 |
Color Harmonies of #AC6A7A
Complementary color
Monochromatic Colors of #AC6A7A
Black with #AC6A7A
Text Example
Text Example
White with #AC6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A7A; }
p { color: rgb(172,106,122); }
H1.HeaderClassName
{
color: #AC6A7A;
}
.AnyTagClassName
{
color: #AC6A7A;
}
</style>
background-color css
<style>
a { background-color: #AC6A7A; }
a { background-color: rgb(172,106,122); }
div.DivClassName
{
background-color: #AC6A7A;
}
.BgClassName
{
background-color: #AC6A7A;
}
</style>
border-color css
<style>
span { border-color: #AC6A7A; }
span { border-color: rgb(172,106,122); }
td.TdClassName
{
border-color: #AC6A7A;
}
.TagClassName
{
border-color: #AC6A7A;
}
</style>