Shades of Turkish Rose #A7747A
Tints of Turkish Rose #A7747A
RGB
CMYK
RGB Variations
Color information
#A7747A (or 0xA7747A) is known color: Turkish Rose. HEX triplet: A7, 74 and 7A. RGB value is (167,116,122). Sum of RGB (Red+Green+Blue) = 167+116+122=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7747A is #588B85. Grayscale: #838383. Windows color (decimal): -5802886 or 8025255. OLE color: 8025255.
HSL color Cylindrical-coordinate representation of color #A7747A: hue angle of 352.94º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7747A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 122 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.35 |
| HSL | 352.94º | 0.22% | 0.55% | - |
| HSV(B) | 352.94º | 0.31% | 0.65% | - |
| XYZ | 25.69 | 22.11 | 21.33 | - |
| YUV | 131.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 122 | 0 | 0.31 | 0.27 | 0.35 | 352.94 | 0.22 | 0.55 |
| Hex | A7 | 74 | 7A | 0 | 1F | 1B | 23 | 161 | 16 | 37 |
| Octal | 247 | 164 | 172 | 0 | 37 | 33 | 43 | 541 | 26 | 67 |
| Binary | 10100111 | 1110100 | 1111010 | 0 | 11111 | 11011 | 100011 | 101100001 | 10110 | 110111 |
Color Harmonies of #A7747A
Complementary color
Monochromatic Colors of #A7747A
Black with #A7747A
Text Example
Text Example
White with #A7747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7747A; }
p { color: rgb(167,116,122); }
H1.HeaderClassName
{
color: #A7747A;
}
.AnyTagClassName
{
color: #A7747A;
}
</style>
background-color css
<style>
a { background-color: #A7747A; }
a { background-color: rgb(167,116,122); }
div.DivClassName
{
background-color: #A7747A;
}
.BgClassName
{
background-color: #A7747A;
}
</style>
border-color css
<style>
span { border-color: #A7747A; }
span { border-color: rgb(167,116,122); }
td.TdClassName
{
border-color: #A7747A;
}
.TagClassName
{
border-color: #A7747A;
}
</style>