Shades of Turkish Rose #A67D82
Tints of Turkish Rose #A67D82
RGB
CMYK
RGB Variations
Color information
#A67D82 (or 0xA67D82) is known color: Turkish Rose. HEX triplet: A6, 7D and 82. RGB value is (166,125,130). Sum of RGB (Red+Green+Blue) = 166+125+130=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D82 is #59827D. Grayscale: #898989. Windows color (decimal): -5866110 or 8551846. OLE color: 8551846.
HSL color Cylindrical-coordinate representation of color #A67D82: hue angle of 352.68º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67D82 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 125 | 130 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.35 |
| HSL | 352.68º | 0.19% | 0.57% | - |
| HSV(B) | 352.68º | 0.25% | 0.65% | - |
| XYZ | 27.09 | 24.39 | 24.4 | - |
| YUV | 137.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 130 | 0 | 0.25 | 0.22 | 0.35 | 352.68 | 0.19 | 0.57 |
| Hex | A6 | 7D | 82 | 0 | 19 | 16 | 23 | 161 | 13 | 39 |
| Octal | 246 | 175 | 202 | 0 | 31 | 26 | 43 | 541 | 23 | 71 |
| Binary | 10100110 | 1111101 | 10000010 | 0 | 11001 | 10110 | 100011 | 101100001 | 10011 | 111001 |
Color Harmonies of #A67D82
Complementary color
Monochromatic Colors of #A67D82
Black with #A67D82
Text Example
Text Example
White with #A67D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67D82; }
p { color: rgb(166,125,130); }
H1.HeaderClassName
{
color: #A67D82;
}
.AnyTagClassName
{
color: #A67D82;
}
</style>
background-color css
<style>
a { background-color: #A67D82; }
a { background-color: rgb(166,125,130); }
div.DivClassName
{
background-color: #A67D82;
}
.BgClassName
{
background-color: #A67D82;
}
</style>
border-color css
<style>
span { border-color: #A67D82; }
span { border-color: rgb(166,125,130); }
td.TdClassName
{
border-color: #A67D82;
}
.TagClassName
{
border-color: #A67D82;
}
</style>