Shades of Turkish Rose #A67A81
Tints of Turkish Rose #A67A81
RGB
CMYK
RGB Variations
Color information
#A67A81 (or 0xA67A81) is known color: Turkish Rose. HEX triplet: A6, 7A and 81. RGB value is (166,122,129). Sum of RGB (Red+Green+Blue) = 166+122+129=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A81 is #59857E. Grayscale: #878787. Windows color (decimal): -5866879 or 8485542. OLE color: 8485542.
HSL color Cylindrical-coordinate representation of color #A67A81: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A81 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 129 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.35 |
| HSL | 350.45º | 0.2% | 0.56% | - |
| HSV(B) | 350.45º | 0.27% | 0.65% | - |
| XYZ | 26.65 | 23.61 | 23.92 | - |
| YUV | 135.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 129 | 0 | 0.27 | 0.22 | 0.35 | 350.45 | 0.2 | 0.56 |
| Hex | A6 | 7A | 81 | 0 | 1B | 16 | 23 | 15E | 14 | 38 |
| Octal | 246 | 172 | 201 | 0 | 33 | 26 | 43 | 536 | 24 | 70 |
| Binary | 10100110 | 1111010 | 10000001 | 0 | 11011 | 10110 | 100011 | 101011110 | 10100 | 111000 |
Color Harmonies of #A67A81
Complementary color
Monochromatic Colors of #A67A81
Black with #A67A81
Text Example
Text Example
White with #A67A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A81; }
p { color: rgb(166,122,129); }
H1.HeaderClassName
{
color: #A67A81;
}
.AnyTagClassName
{
color: #A67A81;
}
</style>
background-color css
<style>
a { background-color: #A67A81; }
a { background-color: rgb(166,122,129); }
div.DivClassName
{
background-color: #A67A81;
}
.BgClassName
{
background-color: #A67A81;
}
</style>
border-color css
<style>
span { border-color: #A67A81; }
span { border-color: rgb(166,122,129); }
td.TdClassName
{
border-color: #A67A81;
}
.TagClassName
{
border-color: #A67A81;
}
</style>