Shades of Turkish Rose #A78084
Tints of Turkish Rose #A78084
RGB
CMYK
RGB Variations
Color information
#A78084 (or 0xA78084) is known color: Turkish Rose. HEX triplet: A7, 80 and 84. RGB value is (167,128,132). Sum of RGB (Red+Green+Blue) = 167+128+132=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A78084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78084 is #587F7B. Grayscale: #8C8C8C. Windows color (decimal): -5799804 or 8683687. OLE color: 8683687.
HSL color Cylindrical-coordinate representation of color #A78084: hue angle of 353.85º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78084 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 132 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.35 |
| HSL | 353.85º | 0.18% | 0.58% | - |
| HSV(B) | 353.85º | 0.23% | 0.65% | - |
| XYZ | 27.82 | 25.32 | 25.25 | - |
| YUV | 140.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 132 | 0 | 0.23 | 0.21 | 0.35 | 353.85 | 0.18 | 0.58 |
| Hex | A7 | 80 | 84 | 0 | 17 | 15 | 23 | 162 | 12 | 3A |
| Octal | 247 | 200 | 204 | 0 | 27 | 25 | 43 | 542 | 22 | 72 |
| Binary | 10100111 | 10000000 | 10000100 | 0 | 10111 | 10101 | 100011 | 101100010 | 10010 | 111010 |
Color Harmonies of #A78084
Complementary color
Monochromatic Colors of #A78084
Black with #A78084
Text Example
Text Example
White with #A78084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78084; }
p { color: rgb(167,128,132); }
H1.HeaderClassName
{
color: #A78084;
}
.AnyTagClassName
{
color: #A78084;
}
</style>
background-color css
<style>
a { background-color: #A78084; }
a { background-color: rgb(167,128,132); }
div.DivClassName
{
background-color: #A78084;
}
.BgClassName
{
background-color: #A78084;
}
</style>
border-color css
<style>
span { border-color: #A78084; }
span { border-color: rgb(167,128,132); }
td.TdClassName
{
border-color: #A78084;
}
.TagClassName
{
border-color: #A78084;
}
</style>