Shades of Turkish Rose #A6767D
Tints of Turkish Rose #A6767D
RGB
CMYK
RGB Variations
Color information
#A6767D (or 0xA6767D) is known color: Turkish Rose. HEX triplet: A6, 76 and 7D. RGB value is (166,118,125). Sum of RGB (Red+Green+Blue) = 166+118+125=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6767D is #598982. Grayscale: #858585. Windows color (decimal): -5867907 or 8222374. OLE color: 8222374.
HSL color Cylindrical-coordinate representation of color #A6767D: hue angle of 351.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6767D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 125 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.35 |
| HSL | 351.25º | 0.21% | 0.56% | - |
| HSV(B) | 351.25º | 0.29% | 0.65% | - |
| XYZ | 25.91 | 22.54 | 22.39 | - |
| YUV | 133.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 125 | 0 | 0.29 | 0.25 | 0.35 | 351.25 | 0.21 | 0.56 |
| Hex | A6 | 76 | 7D | 0 | 1D | 19 | 23 | 15F | 15 | 38 |
| Octal | 246 | 166 | 175 | 0 | 35 | 31 | 43 | 537 | 25 | 70 |
| Binary | 10100110 | 1110110 | 1111101 | 0 | 11101 | 11001 | 100011 | 101011111 | 10101 | 111000 |
Color Harmonies of #A6767D
Complementary color
Monochromatic Colors of #A6767D
Black with #A6767D
Text Example
Text Example
White with #A6767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6767D; }
p { color: rgb(166,118,125); }
H1.HeaderClassName
{
color: #A6767D;
}
.AnyTagClassName
{
color: #A6767D;
}
</style>
background-color css
<style>
a { background-color: #A6767D; }
a { background-color: rgb(166,118,125); }
div.DivClassName
{
background-color: #A6767D;
}
.BgClassName
{
background-color: #A6767D;
}
</style>
border-color css
<style>
span { border-color: #A6767D; }
span { border-color: rgb(166,118,125); }
td.TdClassName
{
border-color: #A6767D;
}
.TagClassName
{
border-color: #A6767D;
}
</style>