Shades of Turkish Rose #A36A6D
Tints of Turkish Rose #A36A6D
RGB
CMYK
RGB Variations
Color information
#A36A6D (or 0xA36A6D) is known color: Turkish Rose. HEX triplet: A3, 6A and 6D. RGB value is (163,106,109). Sum of RGB (Red+Green+Blue) = 163+106+109=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A6D is #5C9592. Grayscale: #7B7B7B. Windows color (decimal): -6067603 or 7170723. OLE color: 7170723.
HSL color Cylindrical-coordinate representation of color #A36A6D: hue angle of 356.84º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A6D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 109 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.36 |
| HSL | 356.84º | 0.24% | 0.53% | - |
| HSV(B) | 356.84º | 0.35% | 0.64% | - |
| XYZ | 23.02 | 19.2 | 16.96 | - |
| YUV | 123.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 109 | 0 | 0.35 | 0.33 | 0.36 | 356.84 | 0.24 | 0.53 |
| Hex | A3 | 6A | 6D | 0 | 23 | 21 | 24 | 165 | 18 | 35 |
| Octal | 243 | 152 | 155 | 0 | 43 | 41 | 44 | 545 | 30 | 65 |
| Binary | 10100011 | 1101010 | 1101101 | 0 | 100011 | 100001 | 100100 | 101100101 | 11000 | 110101 |
Color Harmonies of #A36A6D
Complementary color
Monochromatic Colors of #A36A6D
Black with #A36A6D
Text Example
Text Example
White with #A36A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A6D; }
p { color: rgb(163,106,109); }
H1.HeaderClassName
{
color: #A36A6D;
}
.AnyTagClassName
{
color: #A36A6D;
}
</style>
background-color css
<style>
a { background-color: #A36A6D; }
a { background-color: rgb(163,106,109); }
div.DivClassName
{
background-color: #A36A6D;
}
.BgClassName
{
background-color: #A36A6D;
}
</style>
border-color css
<style>
span { border-color: #A36A6D; }
span { border-color: rgb(163,106,109); }
td.TdClassName
{
border-color: #A36A6D;
}
.TagClassName
{
border-color: #A36A6D;
}
</style>