Shades of Turkish Rose #AF797E
Tints of Turkish Rose #AF797E
RGB
CMYK
RGB Variations
Color information
#AF797E (or 0xAF797E) is known color: Turkish Rose. HEX triplet: AF, 79 and 7E. RGB value is (175,121,126). Sum of RGB (Red+Green+Blue) = 175+121+126=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797E is #508681. Grayscale: #898989. Windows color (decimal): -5277314 or 8288687. OLE color: 8288687.
HSL color Cylindrical-coordinate representation of color #AF797E: hue angle of 354.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF797E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 126 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.31 |
| HSL | 354.44º | 0.25% | 0.58% | - |
| HSV(B) | 354.44º | 0.31% | 0.69% | - |
| XYZ | 28.28 | 24.3 | 22.94 | - |
| YUV | 137.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 126 | 0 | 0.31 | 0.28 | 0.31 | 354.44 | 0.25 | 0.58 |
| Hex | AF | 79 | 7E | 0 | 1F | 1C | 1F | 162 | 19 | 3A |
| Octal | 257 | 171 | 176 | 0 | 37 | 34 | 37 | 542 | 31 | 72 |
| Binary | 10101111 | 1111001 | 1111110 | 0 | 11111 | 11100 | 11111 | 101100010 | 11001 | 111010 |
Color Harmonies of #AF797E
Complementary color
Monochromatic Colors of #AF797E
Black with #AF797E
Text Example
Text Example
White with #AF797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF797E; }
p { color: rgb(175,121,126); }
H1.HeaderClassName
{
color: #AF797E;
}
.AnyTagClassName
{
color: #AF797E;
}
</style>
background-color css
<style>
a { background-color: #AF797E; }
a { background-color: rgb(175,121,126); }
div.DivClassName
{
background-color: #AF797E;
}
.BgClassName
{
background-color: #AF797E;
}
</style>
border-color css
<style>
span { border-color: #AF797E; }
span { border-color: rgb(175,121,126); }
td.TdClassName
{
border-color: #AF797E;
}
.TagClassName
{
border-color: #AF797E;
}
</style>