Shades of Turkish Rose #A9797A
Tints of Turkish Rose #A9797A
RGB
CMYK
RGB Variations
Color information
#A9797A (or 0xA9797A) is known color: Turkish Rose. HEX triplet: A9, 79 and 7A. RGB value is (169,121,122). Sum of RGB (Red+Green+Blue) = 169+121+122=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9797A is #568685. Grayscale: #878787. Windows color (decimal): -5670534 or 8026537. OLE color: 8026537.
HSL color Cylindrical-coordinate representation of color #A9797A: hue angle of 358.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9797A is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 122 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.34 |
| HSL | 358.75º | 0.22% | 0.57% | - |
| HSV(B) | 358.75º | 0.28% | 0.66% | - |
| XYZ | 26.71 | 23.51 | 21.54 | - |
| YUV | 135.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 122 | 0 | 0.28 | 0.28 | 0.34 | 358.75 | 0.22 | 0.57 |
| Hex | A9 | 79 | 7A | 0 | 1C | 1C | 22 | 167 | 16 | 39 |
| Octal | 251 | 171 | 172 | 0 | 34 | 34 | 42 | 547 | 26 | 71 |
| Binary | 10101001 | 1111001 | 1111010 | 0 | 11100 | 11100 | 100010 | 101100111 | 10110 | 111001 |
Color Harmonies of #A9797A
Complementary color
Monochromatic Colors of #A9797A
Black with #A9797A
Text Example
Text Example
White with #A9797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9797A; }
p { color: rgb(169,121,122); }
H1.HeaderClassName
{
color: #A9797A;
}
.AnyTagClassName
{
color: #A9797A;
}
</style>
background-color css
<style>
a { background-color: #A9797A; }
a { background-color: rgb(169,121,122); }
div.DivClassName
{
background-color: #A9797A;
}
.BgClassName
{
background-color: #A9797A;
}
</style>
border-color css
<style>
span { border-color: #A9797A; }
span { border-color: rgb(169,121,122); }
td.TdClassName
{
border-color: #A9797A;
}
.TagClassName
{
border-color: #A9797A;
}
</style>