Shades of Turkish Rose #AC7B7C
Tints of Turkish Rose #AC7B7C
RGB
CMYK
RGB Variations
Color information
#AC7B7C (or 0xAC7B7C) is known color: Turkish Rose. HEX triplet: AC, 7B and 7C. RGB value is (172,123,124). Sum of RGB (Red+Green+Blue) = 172+123+124=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B7C is #538483. Grayscale: #898989. Windows color (decimal): -5473412 or 8158124. OLE color: 8158124.
HSL color Cylindrical-coordinate representation of color #AC7B7C: hue angle of 358.78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B7C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 124 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.33 |
| HSL | 358.78º | 0.23% | 0.58% | - |
| HSV(B) | 358.78º | 0.28% | 0.67% | - |
| XYZ | 27.73 | 24.39 | 22.32 | - |
| YUV | 137.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 124 | 0 | 0.28 | 0.28 | 0.33 | 358.78 | 0.23 | 0.58 |
| Hex | AC | 7B | 7C | 0 | 1C | 1C | 21 | 167 | 17 | 3A |
| Octal | 254 | 173 | 174 | 0 | 34 | 34 | 41 | 547 | 27 | 72 |
| Binary | 10101100 | 1111011 | 1111100 | 0 | 11100 | 11100 | 100001 | 101100111 | 10111 | 111010 |
Color Harmonies of #AC7B7C
Complementary color
Monochromatic Colors of #AC7B7C
Black with #AC7B7C
Text Example
Text Example
White with #AC7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B7C; }
p { color: rgb(172,123,124); }
H1.HeaderClassName
{
color: #AC7B7C;
}
.AnyTagClassName
{
color: #AC7B7C;
}
</style>
background-color css
<style>
a { background-color: #AC7B7C; }
a { background-color: rgb(172,123,124); }
div.DivClassName
{
background-color: #AC7B7C;
}
.BgClassName
{
background-color: #AC7B7C;
}
</style>
border-color css
<style>
span { border-color: #AC7B7C; }
span { border-color: rgb(172,123,124); }
td.TdClassName
{
border-color: #AC7B7C;
}
.TagClassName
{
border-color: #AC7B7C;
}
</style>