Shades of Turkish Rose #AC737A
Tints of Turkish Rose #AC737A
RGB
CMYK
RGB Variations
Color information
#AC737A (or 0xAC737A) is known color: Turkish Rose. HEX triplet: AC, 73 and 7A. RGB value is (172,115,122). Sum of RGB (Red+Green+Blue) = 172+115+122=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737A is #538C85. Grayscale: #848484. Windows color (decimal): -5475462 or 8025004. OLE color: 8025004.
HSL color Cylindrical-coordinate representation of color #AC737A: hue angle of 352.63º degrees, saturation: 0.26, 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 #AC737A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 122 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.33 |
| HSL | 352.63º | 0.26% | 0.56% | - |
| HSV(B) | 352.63º | 0.33% | 0.67% | - |
| XYZ | 26.66 | 22.44 | 21.34 | - |
| YUV | 132.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 122 | 0 | 0.33 | 0.29 | 0.33 | 352.63 | 0.26 | 0.56 |
| Hex | AC | 73 | 7A | 0 | 21 | 1D | 21 | 161 | 1A | 38 |
| Octal | 254 | 163 | 172 | 0 | 41 | 35 | 41 | 541 | 32 | 70 |
| Binary | 10101100 | 1110011 | 1111010 | 0 | 100001 | 11101 | 100001 | 101100001 | 11010 | 111000 |
Color Harmonies of #AC737A
Complementary color
Monochromatic Colors of #AC737A
Black with #AC737A
Text Example
Text Example
White with #AC737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC737A; }
p { color: rgb(172,115,122); }
H1.HeaderClassName
{
color: #AC737A;
}
.AnyTagClassName
{
color: #AC737A;
}
</style>
background-color css
<style>
a { background-color: #AC737A; }
a { background-color: rgb(172,115,122); }
div.DivClassName
{
background-color: #AC737A;
}
.BgClassName
{
background-color: #AC737A;
}
</style>
border-color css
<style>
span { border-color: #AC737A; }
span { border-color: rgb(172,115,122); }
td.TdClassName
{
border-color: #AC737A;
}
.TagClassName
{
border-color: #AC737A;
}
</style>