Shades of Turkish Rose #A8797F
Tints of Turkish Rose #A8797F
RGB
CMYK
RGB Variations
Color information
#A8797F (or 0xA8797F) is known color: Turkish Rose. HEX triplet: A8, 79 and 7F. RGB value is (168,121,127). Sum of RGB (Red+Green+Blue) = 168+121+127=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8797F is #578680. Grayscale: #878787. Windows color (decimal): -5736065 or 8354216. OLE color: 8354216.
HSL color Cylindrical-coordinate representation of color #A8797F: hue angle of 352.34º degrees, saturation: 0.21, 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 #A8797F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 127 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.34 |
| HSL | 352.34º | 0.21% | 0.57% | - |
| HSV(B) | 352.34º | 0.28% | 0.66% | - |
| XYZ | 26.82 | 23.53 | 23.21 | - |
| YUV | 135.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 127 | 0 | 0.28 | 0.24 | 0.34 | 352.34 | 0.21 | 0.57 |
| Hex | A8 | 79 | 7F | 0 | 1C | 18 | 22 | 160 | 15 | 39 |
| Octal | 250 | 171 | 177 | 0 | 34 | 30 | 42 | 540 | 25 | 71 |
| Binary | 10101000 | 1111001 | 1111111 | 0 | 11100 | 11000 | 100010 | 101100000 | 10101 | 111001 |
Color Harmonies of #A8797F
Complementary color
Monochromatic Colors of #A8797F
Black with #A8797F
Text Example
Text Example
White with #A8797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8797F; }
p { color: rgb(168,121,127); }
H1.HeaderClassName
{
color: #A8797F;
}
.AnyTagClassName
{
color: #A8797F;
}
</style>
background-color css
<style>
a { background-color: #A8797F; }
a { background-color: rgb(168,121,127); }
div.DivClassName
{
background-color: #A8797F;
}
.BgClassName
{
background-color: #A8797F;
}
</style>
border-color css
<style>
span { border-color: #A8797F; }
span { border-color: rgb(168,121,127); }
td.TdClassName
{
border-color: #A8797F;
}
.TagClassName
{
border-color: #A8797F;
}
</style>