Shades of Turkish Rose #A5677B
Tints of Turkish Rose #A5677B
RGB
CMYK
RGB Variations
Color information
#A5677B (or 0xA5677B) is known color: Turkish Rose. HEX triplet: A5, 67 and 7B. RGB value is (165,103,123). Sum of RGB (Red+Green+Blue) = 165+103+123=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677B is #5A9884. Grayscale: #7B7B7B. Windows color (decimal): -5937285 or 8087461. OLE color: 8087461.
HSL color Cylindrical-coordinate representation of color #A5677B: hue angle of 340.65º 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 #A5677B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 123 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.35 |
| HSL | 340.65º | 0.26% | 0.53% | - |
| HSV(B) | 340.65º | 0.38% | 0.65% | - |
| XYZ | 23.94 | 19.13 | 21.17 | - |
| YUV | 123.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 123 | 0 | 0.38 | 0.25 | 0.35 | 340.65 | 0.26 | 0.53 |
| Hex | A5 | 67 | 7B | 0 | 26 | 19 | 23 | 155 | 1A | 35 |
| Octal | 245 | 147 | 173 | 0 | 46 | 31 | 43 | 525 | 32 | 65 |
| Binary | 10100101 | 1100111 | 1111011 | 0 | 100110 | 11001 | 100011 | 101010101 | 11010 | 110101 |
Color Harmonies of #A5677B
Complementary color
Monochromatic Colors of #A5677B
Black with #A5677B
Text Example
Text Example
White with #A5677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5677B; }
p { color: rgb(165,103,123); }
H1.HeaderClassName
{
color: #A5677B;
}
.AnyTagClassName
{
color: #A5677B;
}
</style>
background-color css
<style>
a { background-color: #A5677B; }
a { background-color: rgb(165,103,123); }
div.DivClassName
{
background-color: #A5677B;
}
.BgClassName
{
background-color: #A5677B;
}
</style>
border-color css
<style>
span { border-color: #A5677B; }
span { border-color: rgb(165,103,123); }
td.TdClassName
{
border-color: #A5677B;
}
.TagClassName
{
border-color: #A5677B;
}
</style>