Shades of Turkish Rose #A36B6F
Tints of Turkish Rose #A36B6F
RGB
CMYK
RGB Variations
Color information
#A36B6F (or 0xA36B6F) is known color: Turkish Rose. HEX triplet: A3, 6B and 6F. RGB value is (163,107,111). Sum of RGB (Red+Green+Blue) = 163+107+111=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B6F is #5C9490. Grayscale: #7C7C7C. Windows color (decimal): -6067345 or 7302051. OLE color: 7302051.
HSL color Cylindrical-coordinate representation of color #A36B6F: hue angle of 355.71º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36B6F is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 111 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.36 |
| HSL | 355.71º | 0.23% | 0.53% | - |
| HSV(B) | 355.71º | 0.34% | 0.64% | - |
| XYZ | 23.23 | 19.45 | 17.57 | - |
| YUV | 124.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 111 | 0 | 0.34 | 0.32 | 0.36 | 355.71 | 0.23 | 0.53 |
| Hex | A3 | 6B | 6F | 0 | 22 | 20 | 24 | 164 | 17 | 35 |
| Octal | 243 | 153 | 157 | 0 | 42 | 40 | 44 | 544 | 27 | 65 |
| Binary | 10100011 | 1101011 | 1101111 | 0 | 100010 | 100000 | 100100 | 101100100 | 10111 | 110101 |
Color Harmonies of #A36B6F
Complementary color
Monochromatic Colors of #A36B6F
Black with #A36B6F
Text Example
Text Example
White with #A36B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B6F; }
p { color: rgb(163,107,111); }
H1.HeaderClassName
{
color: #A36B6F;
}
.AnyTagClassName
{
color: #A36B6F;
}
</style>
background-color css
<style>
a { background-color: #A36B6F; }
a { background-color: rgb(163,107,111); }
div.DivClassName
{
background-color: #A36B6F;
}
.BgClassName
{
background-color: #A36B6F;
}
</style>
border-color css
<style>
span { border-color: #A36B6F; }
span { border-color: rgb(163,107,111); }
td.TdClassName
{
border-color: #A36B6F;
}
.TagClassName
{
border-color: #A36B6F;
}
</style>