Shades of Turkish Rose #A96A7A
Tints of Turkish Rose #A96A7A
RGB
CMYK
RGB Variations
Color information
#A96A7A (or 0xA96A7A) is known color: Turkish Rose. HEX triplet: A9, 6A and 7A. RGB value is (169,106,122). Sum of RGB (Red+Green+Blue) = 169+106+122=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A7A is #569585. Grayscale: #7E7E7E. Windows color (decimal): -5674374 or 8022697. OLE color: 8022697.
HSL color Cylindrical-coordinate representation of color #A96A7A: hue angle of 344.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A7A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 122 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.34 |
| HSL | 344.76º | 0.27% | 0.54% | - |
| HSV(B) | 344.76º | 0.37% | 0.66% | - |
| XYZ | 25.03 | 20.15 | 20.98 | - |
| YUV | 126.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 122 | 0 | 0.37 | 0.28 | 0.34 | 344.76 | 0.27 | 0.54 |
| Hex | A9 | 6A | 7A | 0 | 25 | 1C | 22 | 159 | 1B | 36 |
| Octal | 251 | 152 | 172 | 0 | 45 | 34 | 42 | 531 | 33 | 66 |
| Binary | 10101001 | 1101010 | 1111010 | 0 | 100101 | 11100 | 100010 | 101011001 | 11011 | 110110 |
Color Harmonies of #A96A7A
Complementary color
Monochromatic Colors of #A96A7A
Black with #A96A7A
Text Example
Text Example
White with #A96A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A7A; }
p { color: rgb(169,106,122); }
H1.HeaderClassName
{
color: #A96A7A;
}
.AnyTagClassName
{
color: #A96A7A;
}
</style>
background-color css
<style>
a { background-color: #A96A7A; }
a { background-color: rgb(169,106,122); }
div.DivClassName
{
background-color: #A96A7A;
}
.BgClassName
{
background-color: #A96A7A;
}
</style>
border-color css
<style>
span { border-color: #A96A7A; }
span { border-color: rgb(169,106,122); }
td.TdClassName
{
border-color: #A96A7A;
}
.TagClassName
{
border-color: #A96A7A;
}
</style>