Shades of Turkish Rose #A9797E
Tints of Turkish Rose #A9797E
RGB
CMYK
RGB Variations
Color information
#A9797E (or 0xA9797E) is known color: Turkish Rose. HEX triplet: A9, 79 and 7E. RGB value is (169,121,126). Sum of RGB (Red+Green+Blue) = 169+121+126=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A9797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9797E is #568681. Grayscale: #878787. Windows color (decimal): -5670530 or 8288681. OLE color: 8288681.
HSL color Cylindrical-coordinate representation of color #A9797E: hue angle of 353.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 #A9797E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 126 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.34 |
| HSL | 353.75º | 0.22% | 0.57% | - |
| HSV(B) | 353.75º | 0.28% | 0.66% | - |
| XYZ | 26.97 | 23.62 | 22.88 | - |
| YUV | 135.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 126 | 0 | 0.28 | 0.25 | 0.34 | 353.75 | 0.22 | 0.57 |
| Hex | A9 | 79 | 7E | 0 | 1C | 19 | 22 | 162 | 16 | 39 |
| Octal | 251 | 171 | 176 | 0 | 34 | 31 | 42 | 542 | 26 | 71 |
| Binary | 10101001 | 1111001 | 1111110 | 0 | 11100 | 11001 | 100010 | 101100010 | 10110 | 111001 |
Color Harmonies of #A9797E
Complementary color
Monochromatic Colors of #A9797E
Black with #A9797E
Text Example
Text Example
White with #A9797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9797E; }
p { color: rgb(169,121,126); }
H1.HeaderClassName
{
color: #A9797E;
}
.AnyTagClassName
{
color: #A9797E;
}
</style>
background-color css
<style>
a { background-color: #A9797E; }
a { background-color: rgb(169,121,126); }
div.DivClassName
{
background-color: #A9797E;
}
.BgClassName
{
background-color: #A9797E;
}
</style>
border-color css
<style>
span { border-color: #A9797E; }
span { border-color: rgb(169,121,126); }
td.TdClassName
{
border-color: #A9797E;
}
.TagClassName
{
border-color: #A9797E;
}
</style>