Shades of Turkish Rose #A0676B
Tints of Turkish Rose #A0676B
RGB
CMYK
RGB Variations
Color information
#A0676B (or 0xA0676B) is known color: Turkish Rose. HEX triplet: A0, 67 and 6B. RGB value is (160,103,107). Sum of RGB (Red+Green+Blue) = 160+103+107=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0676B is #5F9894. Grayscale: #787878. Windows color (decimal): -6264981 or 7038880. OLE color: 7038880.
HSL color Cylindrical-coordinate representation of color #A0676B: hue angle of 355.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0676B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 107 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.37 |
| HSL | 355.79º | 0.23% | 0.52% | - |
| HSV(B) | 355.79º | 0.36% | 0.63% | - |
| XYZ | 22 | 18.24 | 16.27 | - |
| YUV | 120.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 107 | 0 | 0.36 | 0.33 | 0.37 | 355.79 | 0.23 | 0.52 |
| Hex | A0 | 67 | 6B | 0 | 24 | 21 | 25 | 164 | 17 | 34 |
| Octal | 240 | 147 | 153 | 0 | 44 | 41 | 45 | 544 | 27 | 64 |
| Binary | 10100000 | 1100111 | 1101011 | 0 | 100100 | 100001 | 100101 | 101100100 | 10111 | 110100 |
Color Harmonies of #A0676B
Complementary color
Monochromatic Colors of #A0676B
Black with #A0676B
Text Example
Text Example
White with #A0676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0676B; }
p { color: rgb(160,103,107); }
H1.HeaderClassName
{
color: #A0676B;
}
.AnyTagClassName
{
color: #A0676B;
}
</style>
background-color css
<style>
a { background-color: #A0676B; }
a { background-color: rgb(160,103,107); }
div.DivClassName
{
background-color: #A0676B;
}
.BgClassName
{
background-color: #A0676B;
}
</style>
border-color css
<style>
span { border-color: #A0676B; }
span { border-color: rgb(160,103,107); }
td.TdClassName
{
border-color: #A0676B;
}
.TagClassName
{
border-color: #A0676B;
}
</style>