Shades of Turkish Rose #A6636B
Tints of Turkish Rose #A6636B
RGB
CMYK
RGB Variations
Color information
#A6636B (or 0xA6636B) is known color: Turkish Rose. HEX triplet: A6, 63 and 6B. RGB value is (166,99,107). Sum of RGB (Red+Green+Blue) = 166+99+107=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6636B is #599C94. Grayscale: #777777. Windows color (decimal): -5872789 or 7037862. OLE color: 7037862.
HSL color Cylindrical-coordinate representation of color #A6636B: hue angle of 352.84º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6636B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 107 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.35 |
| HSL | 352.84º | 0.27% | 0.52% | - |
| HSV(B) | 352.84º | 0.4% | 0.65% | - |
| XYZ | 22.84 | 18.09 | 16.2 | - |
| YUV | 119.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 107 | 0 | 0.40 | 0.36 | 0.35 | 352.84 | 0.27 | 0.52 |
| Hex | A6 | 63 | 6B | 0 | 28 | 24 | 23 | 161 | 1B | 34 |
| Octal | 246 | 143 | 153 | 0 | 50 | 44 | 43 | 541 | 33 | 64 |
| Binary | 10100110 | 1100011 | 1101011 | 0 | 101000 | 100100 | 100011 | 101100001 | 11011 | 110100 |
Color Harmonies of #A6636B
Complementary color
Monochromatic Colors of #A6636B
Black with #A6636B
Text Example
Text Example
White with #A6636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6636B; }
p { color: rgb(166,99,107); }
H1.HeaderClassName
{
color: #A6636B;
}
.AnyTagClassName
{
color: #A6636B;
}
</style>
background-color css
<style>
a { background-color: #A6636B; }
a { background-color: rgb(166,99,107); }
div.DivClassName
{
background-color: #A6636B;
}
.BgClassName
{
background-color: #A6636B;
}
</style>
border-color css
<style>
span { border-color: #A6636B; }
span { border-color: rgb(166,99,107); }
td.TdClassName
{
border-color: #A6636B;
}
.TagClassName
{
border-color: #A6636B;
}
</style>