Shades of Turkish Rose #A5636B
Tints of Turkish Rose #A5636B
RGB
CMYK
RGB Variations
Color information
#A5636B (or 0xA5636B) is known color: Turkish Rose. HEX triplet: A5, 63 and 6B. RGB value is (165,99,107). Sum of RGB (Red+Green+Blue) = 165+99+107=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5636B is #5A9C94. Grayscale: #777777. Windows color (decimal): -5938325 or 7037861. OLE color: 7037861.
HSL color Cylindrical-coordinate representation of color #A5636B: hue angle of 352.73º 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 #A5636B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 107 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.35 |
| HSL | 352.73º | 0.27% | 0.52% | - |
| HSV(B) | 352.73º | 0.4% | 0.65% | - |
| XYZ | 22.63 | 17.98 | 16.19 | - |
| YUV | 119.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 107 | 0 | 0.40 | 0.35 | 0.35 | 352.73 | 0.27 | 0.52 |
| Hex | A5 | 63 | 6B | 0 | 28 | 23 | 23 | 161 | 1B | 34 |
| Octal | 245 | 143 | 153 | 0 | 50 | 43 | 43 | 541 | 33 | 64 |
| Binary | 10100101 | 1100011 | 1101011 | 0 | 101000 | 100011 | 100011 | 101100001 | 11011 | 110100 |
Color Harmonies of #A5636B
Complementary color
Monochromatic Colors of #A5636B
Black with #A5636B
Text Example
Text Example
White with #A5636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5636B; }
p { color: rgb(165,99,107); }
H1.HeaderClassName
{
color: #A5636B;
}
.AnyTagClassName
{
color: #A5636B;
}
</style>
background-color css
<style>
a { background-color: #A5636B; }
a { background-color: rgb(165,99,107); }
div.DivClassName
{
background-color: #A5636B;
}
.BgClassName
{
background-color: #A5636B;
}
</style>
border-color css
<style>
span { border-color: #A5636B; }
span { border-color: rgb(165,99,107); }
td.TdClassName
{
border-color: #A5636B;
}
.TagClassName
{
border-color: #A5636B;
}
</style>