Shades of Turkish Rose #A07679
Tints of Turkish Rose #A07679
RGB
CMYK
RGB Variations
Color information
#A07679 (or 0xA07679) is known color: Turkish Rose. HEX triplet: A0, 76 and 79. RGB value is (160,118,121). Sum of RGB (Red+Green+Blue) = 160+118+121=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07679 is #5F8986. Grayscale: #828282. Windows color (decimal): -6261127 or 7960224. OLE color: 7960224.
HSL color Cylindrical-coordinate representation of color #A07679: hue angle of 355.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07679 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 121 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.37 |
| HSL | 355.71º | 0.18% | 0.55% | - |
| HSV(B) | 355.71º | 0.26% | 0.63% | - |
| XYZ | 24.43 | 21.81 | 21.01 | - |
| YUV | 130.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 121 | 0 | 0.26 | 0.24 | 0.37 | 355.71 | 0.18 | 0.55 |
| Hex | A0 | 76 | 79 | 0 | 1A | 18 | 25 | 164 | 12 | 37 |
| Octal | 240 | 166 | 171 | 0 | 32 | 30 | 45 | 544 | 22 | 67 |
| Binary | 10100000 | 1110110 | 1111001 | 0 | 11010 | 11000 | 100101 | 101100100 | 10010 | 110111 |
Color Harmonies of #A07679
Complementary color
Monochromatic Colors of #A07679
Black with #A07679
Text Example
Text Example
White with #A07679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07679; }
p { color: rgb(160,118,121); }
H1.HeaderClassName
{
color: #A07679;
}
.AnyTagClassName
{
color: #A07679;
}
</style>
background-color css
<style>
a { background-color: #A07679; }
a { background-color: rgb(160,118,121); }
div.DivClassName
{
background-color: #A07679;
}
.BgClassName
{
background-color: #A07679;
}
</style>
border-color css
<style>
span { border-color: #A07679; }
span { border-color: rgb(160,118,121); }
td.TdClassName
{
border-color: #A07679;
}
.TagClassName
{
border-color: #A07679;
}
</style>