Shades of Turkish Rose #A07A7F
Tints of Turkish Rose #A07A7F
RGB
CMYK
RGB Variations
Color information
#A07A7F (or 0xA07A7F) is known color: Turkish Rose. HEX triplet: A0, 7A and 7F. RGB value is (160,122,127). Sum of RGB (Red+Green+Blue) = 160+122+127=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A7F is #5F8580. Grayscale: #858585. Windows color (decimal): -6260097 or 8354464. OLE color: 8354464.
HSL color Cylindrical-coordinate representation of color #A07A7F: hue angle of 352.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A7F is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 127 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.37 |
| HSL | 352.11º | 0.17% | 0.55% | - |
| HSV(B) | 352.11º | 0.24% | 0.63% | - |
| XYZ | 25.29 | 22.92 | 23.17 | - |
| YUV | 133.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 127 | 0 | 0.24 | 0.21 | 0.37 | 352.11 | 0.17 | 0.55 |
| Hex | A0 | 7A | 7F | 0 | 18 | 15 | 25 | 160 | 11 | 37 |
| Octal | 240 | 172 | 177 | 0 | 30 | 25 | 45 | 540 | 21 | 67 |
| Binary | 10100000 | 1111010 | 1111111 | 0 | 11000 | 10101 | 100101 | 101100000 | 10001 | 110111 |
Color Harmonies of #A07A7F
Complementary color
Monochromatic Colors of #A07A7F
Black with #A07A7F
Text Example
Text Example
White with #A07A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A7F; }
p { color: rgb(160,122,127); }
H1.HeaderClassName
{
color: #A07A7F;
}
.AnyTagClassName
{
color: #A07A7F;
}
</style>
background-color css
<style>
a { background-color: #A07A7F; }
a { background-color: rgb(160,122,127); }
div.DivClassName
{
background-color: #A07A7F;
}
.BgClassName
{
background-color: #A07A7F;
}
</style>
border-color css
<style>
span { border-color: #A07A7F; }
span { border-color: rgb(160,122,127); }
td.TdClassName
{
border-color: #A07A7F;
}
.TagClassName
{
border-color: #A07A7F;
}
</style>