Shades of Turkish Rose #A6667A
Tints of Turkish Rose #A6667A
RGB
CMYK
RGB Variations
Color information
#A6667A (or 0xA6667A) is known color: Turkish Rose. HEX triplet: A6, 66 and 7A. RGB value is (166,102,122). Sum of RGB (Red+Green+Blue) = 166+102+122=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667A is #599985. Grayscale: #7B7B7B. Windows color (decimal): -5872006 or 8021670. OLE color: 8021670.
HSL color Cylindrical-coordinate representation of color #A6667A: hue angle of 341.25º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6667A is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 122 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.35 |
| HSL | 341.25º | 0.26% | 0.53% | - |
| HSV(B) | 341.25º | 0.39% | 0.65% | - |
| XYZ | 23.99 | 19.01 | 20.82 | - |
| YUV | 123.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 122 | 0 | 0.39 | 0.27 | 0.35 | 341.25 | 0.26 | 0.53 |
| Hex | A6 | 66 | 7A | 0 | 27 | 1B | 23 | 155 | 1A | 35 |
| Octal | 246 | 146 | 172 | 0 | 47 | 33 | 43 | 525 | 32 | 65 |
| Binary | 10100110 | 1100110 | 1111010 | 0 | 100111 | 11011 | 100011 | 101010101 | 11010 | 110101 |
Color Harmonies of #A6667A
Complementary color
Monochromatic Colors of #A6667A
Black with #A6667A
Text Example
Text Example
White with #A6667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6667A; }
p { color: rgb(166,102,122); }
H1.HeaderClassName
{
color: #A6667A;
}
.AnyTagClassName
{
color: #A6667A;
}
</style>
background-color css
<style>
a { background-color: #A6667A; }
a { background-color: rgb(166,102,122); }
div.DivClassName
{
background-color: #A6667A;
}
.BgClassName
{
background-color: #A6667A;
}
</style>
border-color css
<style>
span { border-color: #A6667A; }
span { border-color: rgb(166,102,122); }
td.TdClassName
{
border-color: #A6667A;
}
.TagClassName
{
border-color: #A6667A;
}
</style>