Shades of Turkish Rose #AF797B
Tints of Turkish Rose #AF797B
RGB
CMYK
RGB Variations
Color information
#AF797B (or 0xAF797B) is known color: Turkish Rose. HEX triplet: AF, 79 and 7B. RGB value is (175,121,123). Sum of RGB (Red+Green+Blue) = 175+121+123=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797B is #508684. Grayscale: #898989. Windows color (decimal): -5277317 or 8092079. OLE color: 8092079.
HSL color Cylindrical-coordinate representation of color #AF797B: hue angle of 357.78º 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 #AF797B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 123 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.31 |
| HSL | 357.78º | 0.25% | 0.58% | - |
| HSV(B) | 357.78º | 0.31% | 0.69% | - |
| XYZ | 28.09 | 24.22 | 21.93 | - |
| YUV | 137.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 123 | 0 | 0.31 | 0.30 | 0.31 | 357.78 | 0.25 | 0.58 |
| Hex | AF | 79 | 7B | 0 | 1F | 1E | 1F | 166 | 19 | 3A |
| Octal | 257 | 171 | 173 | 0 | 37 | 36 | 37 | 546 | 31 | 72 |
| Binary | 10101111 | 1111001 | 1111011 | 0 | 11111 | 11110 | 11111 | 101100110 | 11001 | 111010 |
Color Harmonies of #AF797B
Complementary color
Monochromatic Colors of #AF797B
Black with #AF797B
Text Example
Text Example
White with #AF797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF797B; }
p { color: rgb(175,121,123); }
H1.HeaderClassName
{
color: #AF797B;
}
.AnyTagClassName
{
color: #AF797B;
}
</style>
background-color css
<style>
a { background-color: #AF797B; }
a { background-color: rgb(175,121,123); }
div.DivClassName
{
background-color: #AF797B;
}
.BgClassName
{
background-color: #AF797B;
}
</style>
border-color css
<style>
span { border-color: #AF797B; }
span { border-color: rgb(175,121,123); }
td.TdClassName
{
border-color: #AF797B;
}
.TagClassName
{
border-color: #AF797B;
}
</style>