Shades of Turkish Rose #AC7B7E
Tints of Turkish Rose #AC7B7E
RGB
CMYK
RGB Variations
Color information
#AC7B7E (or 0xAC7B7E) is known color: Turkish Rose. HEX triplet: AC, 7B and 7E. RGB value is (172,123,126). Sum of RGB (Red+Green+Blue) = 172+123+126=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B7E is #538481. Grayscale: #8A8A8A. Windows color (decimal): -5473410 or 8289196. OLE color: 8289196.
HSL color Cylindrical-coordinate representation of color #AC7B7E: hue angle of 356.33º 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 #AC7B7E is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 126 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.33 |
| HSL | 356.33º | 0.23% | 0.58% | - |
| HSV(B) | 356.33º | 0.28% | 0.67% | - |
| XYZ | 27.86 | 24.44 | 22.99 | - |
| YUV | 137.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 126 | 0 | 0.28 | 0.27 | 0.33 | 356.33 | 0.23 | 0.58 |
| Hex | AC | 7B | 7E | 0 | 1C | 1B | 21 | 164 | 17 | 3A |
| Octal | 254 | 173 | 176 | 0 | 34 | 33 | 41 | 544 | 27 | 72 |
| Binary | 10101100 | 1111011 | 1111110 | 0 | 11100 | 11011 | 100001 | 101100100 | 10111 | 111010 |
Color Harmonies of #AC7B7E
Complementary color
Monochromatic Colors of #AC7B7E
Black with #AC7B7E
Text Example
Text Example
White with #AC7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B7E; }
p { color: rgb(172,123,126); }
H1.HeaderClassName
{
color: #AC7B7E;
}
.AnyTagClassName
{
color: #AC7B7E;
}
</style>
background-color css
<style>
a { background-color: #AC7B7E; }
a { background-color: rgb(172,123,126); }
div.DivClassName
{
background-color: #AC7B7E;
}
.BgClassName
{
background-color: #AC7B7E;
}
</style>
border-color css
<style>
span { border-color: #AC7B7E; }
span { border-color: rgb(172,123,126); }
td.TdClassName
{
border-color: #AC7B7E;
}
.TagClassName
{
border-color: #AC7B7E;
}
</style>