Shades of Turkish Rose #A67B7E
Tints of Turkish Rose #A67B7E
RGB
CMYK
RGB Variations
Color information
#A67B7E (or 0xA67B7E) is known color: Turkish Rose. HEX triplet: A6, 7B and 7E. RGB value is (166,123,126). Sum of RGB (Red+Green+Blue) = 166+123+126=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B7E is #598481. Grayscale: #888888. Windows color (decimal): -5866626 or 8289190. OLE color: 8289190.
HSL color Cylindrical-coordinate representation of color #A67B7E: hue angle of 355.81º 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 #A67B7E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 126 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.35 |
| HSL | 355.81º | 0.19% | 0.57% | - |
| HSV(B) | 355.81º | 0.26% | 0.65% | - |
| XYZ | 26.57 | 23.78 | 22.93 | - |
| YUV | 136.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 126 | 0 | 0.26 | 0.24 | 0.35 | 355.81 | 0.19 | 0.57 |
| Hex | A6 | 7B | 7E | 0 | 1A | 18 | 23 | 164 | 13 | 39 |
| Octal | 246 | 173 | 176 | 0 | 32 | 30 | 43 | 544 | 23 | 71 |
| Binary | 10100110 | 1111011 | 1111110 | 0 | 11010 | 11000 | 100011 | 101100100 | 10011 | 111001 |
Color Harmonies of #A67B7E
Complementary color
Monochromatic Colors of #A67B7E
Black with #A67B7E
Text Example
Text Example
White with #A67B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B7E; }
p { color: rgb(166,123,126); }
H1.HeaderClassName
{
color: #A67B7E;
}
.AnyTagClassName
{
color: #A67B7E;
}
</style>
background-color css
<style>
a { background-color: #A67B7E; }
a { background-color: rgb(166,123,126); }
div.DivClassName
{
background-color: #A67B7E;
}
.BgClassName
{
background-color: #A67B7E;
}
</style>
border-color css
<style>
span { border-color: #A67B7E; }
span { border-color: rgb(166,123,126); }
td.TdClassName
{
border-color: #A67B7E;
}
.TagClassName
{
border-color: #A67B7E;
}
</style>