Shades of Turkish Rose #A7898A
Tints of Turkish Rose #A7898A
RGB
CMYK
RGB Variations
Color information
#A7898A (or 0xA7898A) is known color: Turkish Rose. HEX triplet: A7, 89 and 8A. RGB value is (167,137,138). Sum of RGB (Red+Green+Blue) = 167+137+138=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A7898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7898A is #587675. Grayscale: #929292. Windows color (decimal): -5797494 or 9079207. OLE color: 9079207.
HSL color Cylindrical-coordinate representation of color #A7898A: hue angle of 358º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7898A is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 138 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.35 |
| HSL | 358º | 0.15% | 0.6% | - |
| HSV(B) | 358º | 0.18% | 0.65% | - |
| XYZ | 29.47 | 27.94 | 27.88 | - |
| YUV | 146.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 138 | 0 | 0.18 | 0.17 | 0.35 | 358 | 0.15 | 0.6 |
| Hex | A7 | 89 | 8A | 0 | 12 | 11 | 23 | 166 | F | 3C |
| Octal | 247 | 211 | 212 | 0 | 22 | 21 | 43 | 546 | 17 | 74 |
| Binary | 10100111 | 10001001 | 10001010 | 0 | 10010 | 10001 | 100011 | 101100110 | 1111 | 111100 |
Color Harmonies of #A7898A
Complementary color
Monochromatic Colors of #A7898A
Black with #A7898A
Text Example
Text Example
White with #A7898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7898A; }
p { color: rgb(167,137,138); }
H1.HeaderClassName
{
color: #A7898A;
}
.AnyTagClassName
{
color: #A7898A;
}
</style>
background-color css
<style>
a { background-color: #A7898A; }
a { background-color: rgb(167,137,138); }
div.DivClassName
{
background-color: #A7898A;
}
.BgClassName
{
background-color: #A7898A;
}
</style>
border-color css
<style>
span { border-color: #A7898A; }
span { border-color: rgb(167,137,138); }
td.TdClassName
{
border-color: #A7898A;
}
.TagClassName
{
border-color: #A7898A;
}
</style>