Shades of Turkish Rose #A7727A
Tints of Turkish Rose #A7727A
RGB
CMYK
RGB Variations
Color information
#A7727A (or 0xA7727A) is known color: Turkish Rose. HEX triplet: A7, 72 and 7A. RGB value is (167,114,122). Sum of RGB (Red+Green+Blue) = 167+114+122=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7727A is #588D85. Grayscale: #828282. Windows color (decimal): -5803398 or 8024743. OLE color: 8024743.
HSL color Cylindrical-coordinate representation of color #A7727A: hue angle of 350.94º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7727A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 122 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.35 |
| HSL | 350.94º | 0.23% | 0.55% | - |
| HSV(B) | 350.94º | 0.32% | 0.65% | - |
| XYZ | 25.47 | 21.66 | 21.25 | - |
| YUV | 130.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 122 | 0 | 0.32 | 0.27 | 0.35 | 350.94 | 0.23 | 0.55 |
| Hex | A7 | 72 | 7A | 0 | 20 | 1B | 23 | 15F | 17 | 37 |
| Octal | 247 | 162 | 172 | 0 | 40 | 33 | 43 | 537 | 27 | 67 |
| Binary | 10100111 | 1110010 | 1111010 | 0 | 100000 | 11011 | 100011 | 101011111 | 10111 | 110111 |
Color Harmonies of #A7727A
Complementary color
Monochromatic Colors of #A7727A
Black with #A7727A
Text Example
Text Example
White with #A7727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7727A; }
p { color: rgb(167,114,122); }
H1.HeaderClassName
{
color: #A7727A;
}
.AnyTagClassName
{
color: #A7727A;
}
</style>
background-color css
<style>
a { background-color: #A7727A; }
a { background-color: rgb(167,114,122); }
div.DivClassName
{
background-color: #A7727A;
}
.BgClassName
{
background-color: #A7727A;
}
</style>
border-color css
<style>
span { border-color: #A7727A; }
span { border-color: rgb(167,114,122); }
td.TdClassName
{
border-color: #A7727A;
}
.TagClassName
{
border-color: #A7727A;
}
</style>