Shades of Turkish Rose #A9727E
Tints of Turkish Rose #A9727E
RGB
CMYK
RGB Variations
Color information
#A9727E (or 0xA9727E) is known color: Turkish Rose. HEX triplet: A9, 72 and 7E. RGB value is (169,114,126). Sum of RGB (Red+Green+Blue) = 169+114+126=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9727E is #568D81. Grayscale: #838383. Windows color (decimal): -5672322 or 8286889. OLE color: 8286889.
HSL color Cylindrical-coordinate representation of color #A9727E: hue angle of 346.91º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9727E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 126 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.34 |
| HSL | 346.91º | 0.24% | 0.55% | - |
| HSV(B) | 346.91º | 0.33% | 0.66% | - |
| XYZ | 26.15 | 21.98 | 22.6 | - |
| YUV | 131.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 126 | 0 | 0.33 | 0.25 | 0.34 | 346.91 | 0.24 | 0.55 |
| Hex | A9 | 72 | 7E | 0 | 21 | 19 | 22 | 15B | 18 | 37 |
| Octal | 251 | 162 | 176 | 0 | 41 | 31 | 42 | 533 | 30 | 67 |
| Binary | 10101001 | 1110010 | 1111110 | 0 | 100001 | 11001 | 100010 | 101011011 | 11000 | 110111 |
Color Harmonies of #A9727E
Complementary color
Monochromatic Colors of #A9727E
Black with #A9727E
Text Example
Text Example
White with #A9727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9727E; }
p { color: rgb(169,114,126); }
H1.HeaderClassName
{
color: #A9727E;
}
.AnyTagClassName
{
color: #A9727E;
}
</style>
background-color css
<style>
a { background-color: #A9727E; }
a { background-color: rgb(169,114,126); }
div.DivClassName
{
background-color: #A9727E;
}
.BgClassName
{
background-color: #A9727E;
}
</style>
border-color css
<style>
span { border-color: #A9727E; }
span { border-color: rgb(169,114,126); }
td.TdClassName
{
border-color: #A9727E;
}
.TagClassName
{
border-color: #A9727E;
}
</style>