Shades of Turkish Rose #AC7479
Tints of Turkish Rose #AC7479
RGB
CMYK
RGB Variations
Color information
#AC7479 (or 0xAC7479) is known color: Turkish Rose. HEX triplet: AC, 74 and 79. RGB value is (172,116,121). Sum of RGB (Red+Green+Blue) = 172+116+121=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7479 is #538B86. Grayscale: #858585. Windows color (decimal): -5475207 or 7959724. OLE color: 7959724.
HSL color Cylindrical-coordinate representation of color #AC7479: hue angle of 354.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7479 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 121 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.33 |
| HSL | 354.64º | 0.25% | 0.56% | - |
| HSV(B) | 354.64º | 0.33% | 0.67% | - |
| XYZ | 26.71 | 22.64 | 21.05 | - |
| YUV | 133.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 121 | 0 | 0.33 | 0.30 | 0.33 | 354.64 | 0.25 | 0.56 |
| Hex | AC | 74 | 79 | 0 | 21 | 1E | 21 | 163 | 19 | 38 |
| Octal | 254 | 164 | 171 | 0 | 41 | 36 | 41 | 543 | 31 | 70 |
| Binary | 10101100 | 1110100 | 1111001 | 0 | 100001 | 11110 | 100001 | 101100011 | 11001 | 111000 |
Color Harmonies of #AC7479
Complementary color
Monochromatic Colors of #AC7479
Black with #AC7479
Text Example
Text Example
White with #AC7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7479; }
p { color: rgb(172,116,121); }
H1.HeaderClassName
{
color: #AC7479;
}
.AnyTagClassName
{
color: #AC7479;
}
</style>
background-color css
<style>
a { background-color: #AC7479; }
a { background-color: rgb(172,116,121); }
div.DivClassName
{
background-color: #AC7479;
}
.BgClassName
{
background-color: #AC7479;
}
</style>
border-color css
<style>
span { border-color: #AC7479; }
span { border-color: rgb(172,116,121); }
td.TdClassName
{
border-color: #AC7479;
}
.TagClassName
{
border-color: #AC7479;
}
</style>