Shades of Turkish Rose #A67B82
Tints of Turkish Rose #A67B82
RGB
CMYK
RGB Variations
Color information
#A67B82 (or 0xA67B82) is known color: Turkish Rose. HEX triplet: A6, 7B and 82. RGB value is (166,123,130). Sum of RGB (Red+Green+Blue) = 166+123+130=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B82 is #59847D. Grayscale: #888888. Windows color (decimal): -5866622 or 8551334. OLE color: 8551334.
HSL color Cylindrical-coordinate representation of color #A67B82: hue angle of 350.23º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67B82 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 130 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.35 |
| HSL | 350.23º | 0.19% | 0.57% | - |
| HSV(B) | 350.23º | 0.26% | 0.65% | - |
| XYZ | 26.84 | 23.88 | 24.31 | - |
| YUV | 136.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 130 | 0 | 0.26 | 0.22 | 0.35 | 350.23 | 0.19 | 0.57 |
| Hex | A6 | 7B | 82 | 0 | 1A | 16 | 23 | 15E | 13 | 39 |
| Octal | 246 | 173 | 202 | 0 | 32 | 26 | 43 | 536 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10000010 | 0 | 11010 | 10110 | 100011 | 101011110 | 10011 | 111001 |
Color Harmonies of #A67B82
Complementary color
Monochromatic Colors of #A67B82
Black with #A67B82
Text Example
Text Example
White with #A67B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B82; }
p { color: rgb(166,123,130); }
H1.HeaderClassName
{
color: #A67B82;
}
.AnyTagClassName
{
color: #A67B82;
}
</style>
background-color css
<style>
a { background-color: #A67B82; }
a { background-color: rgb(166,123,130); }
div.DivClassName
{
background-color: #A67B82;
}
.BgClassName
{
background-color: #A67B82;
}
</style>
border-color css
<style>
span { border-color: #A67B82; }
span { border-color: rgb(166,123,130); }
td.TdClassName
{
border-color: #A67B82;
}
.TagClassName
{
border-color: #A67B82;
}
</style>