Shades of Turkish Rose #A67880
Tints of Turkish Rose #A67880
RGB
CMYK
RGB Variations
Color information
#A67880 (or 0xA67880) is known color: Turkish Rose. HEX triplet: A6, 78 and 80. RGB value is (166,120,128). Sum of RGB (Red+Green+Blue) = 166+120+128=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67880 is #59877F. Grayscale: #868686. Windows color (decimal): -5867392 or 8419494. OLE color: 8419494.
HSL color Cylindrical-coordinate representation of color #A67880: hue angle of 349.57º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67880 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 128 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.35 |
| HSL | 349.57º | 0.21% | 0.56% | - |
| HSV(B) | 349.57º | 0.28% | 0.65% | - |
| XYZ | 26.34 | 23.1 | 23.49 | - |
| YUV | 134.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 128 | 0 | 0.28 | 0.23 | 0.35 | 349.57 | 0.21 | 0.56 |
| Hex | A6 | 78 | 80 | 0 | 1C | 17 | 23 | 15E | 15 | 38 |
| Octal | 246 | 170 | 200 | 0 | 34 | 27 | 43 | 536 | 25 | 70 |
| Binary | 10100110 | 1111000 | 10000000 | 0 | 11100 | 10111 | 100011 | 101011110 | 10101 | 111000 |
Color Harmonies of #A67880
Complementary color
Monochromatic Colors of #A67880
Black with #A67880
Text Example
Text Example
White with #A67880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67880; }
p { color: rgb(166,120,128); }
H1.HeaderClassName
{
color: #A67880;
}
.AnyTagClassName
{
color: #A67880;
}
</style>
background-color css
<style>
a { background-color: #A67880; }
a { background-color: rgb(166,120,128); }
div.DivClassName
{
background-color: #A67880;
}
.BgClassName
{
background-color: #A67880;
}
</style>
border-color css
<style>
span { border-color: #A67880; }
span { border-color: rgb(166,120,128); }
td.TdClassName
{
border-color: #A67880;
}
.TagClassName
{
border-color: #A67880;
}
</style>