Shades of Turkish Rose #A5676B
Tints of Turkish Rose #A5676B
RGB
CMYK
RGB Variations
Color information
#A5676B (or 0xA5676B) is known color: Turkish Rose. HEX triplet: A5, 67 and 6B. RGB value is (165,103,107). Sum of RGB (Red+Green+Blue) = 165+103+107=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5676B is #5A9894. Grayscale: #7A7A7A. Windows color (decimal): -5937301 or 7038885. OLE color: 7038885.
HSL color Cylindrical-coordinate representation of color #A5676B: hue angle of 356.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5676B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 107 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.35 |
| HSL | 356.13º | 0.26% | 0.53% | - |
| HSV(B) | 356.13º | 0.38% | 0.65% | - |
| XYZ | 23.02 | 18.76 | 16.32 | - |
| YUV | 121.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 107 | 0 | 0.38 | 0.35 | 0.35 | 356.13 | 0.26 | 0.53 |
| Hex | A5 | 67 | 6B | 0 | 26 | 23 | 23 | 164 | 1A | 35 |
| Octal | 245 | 147 | 153 | 0 | 46 | 43 | 43 | 544 | 32 | 65 |
| Binary | 10100101 | 1100111 | 1101011 | 0 | 100110 | 100011 | 100011 | 101100100 | 11010 | 110101 |
Color Harmonies of #A5676B
Complementary color
Monochromatic Colors of #A5676B
Black with #A5676B
Text Example
Text Example
White with #A5676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5676B; }
p { color: rgb(165,103,107); }
H1.HeaderClassName
{
color: #A5676B;
}
.AnyTagClassName
{
color: #A5676B;
}
</style>
background-color css
<style>
a { background-color: #A5676B; }
a { background-color: rgb(165,103,107); }
div.DivClassName
{
background-color: #A5676B;
}
.BgClassName
{
background-color: #A5676B;
}
</style>
border-color css
<style>
span { border-color: #A5676B; }
span { border-color: rgb(165,103,107); }
td.TdClassName
{
border-color: #A5676B;
}
.TagClassName
{
border-color: #A5676B;
}
</style>