Shades of Turkish Rose #A5687B
Tints of Turkish Rose #A5687B
RGB
CMYK
RGB Variations
Color information
#A5687B (or 0xA5687B) is known color: Turkish Rose. HEX triplet: A5, 68 and 7B. RGB value is (165,104,123). Sum of RGB (Red+Green+Blue) = 165+104+123=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5687B is #5A9784. Grayscale: #7C7C7C. Windows color (decimal): -5937029 or 8087717. OLE color: 8087717.
HSL color Cylindrical-coordinate representation of color #A5687B: hue angle of 341.31º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5687B is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 123 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.35 |
| HSL | 341.31º | 0.25% | 0.53% | - |
| HSV(B) | 341.31º | 0.37% | 0.65% | - |
| XYZ | 24.04 | 19.33 | 21.2 | - |
| YUV | 124.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 123 | 0 | 0.37 | 0.25 | 0.35 | 341.31 | 0.25 | 0.53 |
| Hex | A5 | 68 | 7B | 0 | 25 | 19 | 23 | 155 | 19 | 35 |
| Octal | 245 | 150 | 173 | 0 | 45 | 31 | 43 | 525 | 31 | 65 |
| Binary | 10100101 | 1101000 | 1111011 | 0 | 100101 | 11001 | 100011 | 101010101 | 11001 | 110101 |
Color Harmonies of #A5687B
Complementary color
Monochromatic Colors of #A5687B
Black with #A5687B
Text Example
Text Example
White with #A5687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5687B; }
p { color: rgb(165,104,123); }
H1.HeaderClassName
{
color: #A5687B;
}
.AnyTagClassName
{
color: #A5687B;
}
</style>
background-color css
<style>
a { background-color: #A5687B; }
a { background-color: rgb(165,104,123); }
div.DivClassName
{
background-color: #A5687B;
}
.BgClassName
{
background-color: #A5687B;
}
</style>
border-color css
<style>
span { border-color: #A5687B; }
span { border-color: rgb(165,104,123); }
td.TdClassName
{
border-color: #A5687B;
}
.TagClassName
{
border-color: #A5687B;
}
</style>