Shades of Turkish Rose #AF7B7C
Tints of Turkish Rose #AF7B7C
RGB
CMYK
RGB Variations
Color information
#AF7B7C (or 0xAF7B7C) is known color: Turkish Rose. HEX triplet: AF, 7B and 7C. RGB value is (175,123,124). Sum of RGB (Red+Green+Blue) = 175+123+124=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B7C is #508483. Grayscale: #8A8A8A. Windows color (decimal): -5276804 or 8158127. OLE color: 8158127.
HSL color Cylindrical-coordinate representation of color #AF7B7C: hue angle of 358.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7B7C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 124 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.31 |
| HSL | 358.85º | 0.25% | 0.58% | - |
| HSV(B) | 358.85º | 0.3% | 0.69% | - |
| XYZ | 28.4 | 24.74 | 22.35 | - |
| YUV | 138.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 124 | 0 | 0.30 | 0.29 | 0.31 | 358.85 | 0.25 | 0.58 |
| Hex | AF | 7B | 7C | 0 | 1E | 1D | 1F | 167 | 19 | 3A |
| Octal | 257 | 173 | 174 | 0 | 36 | 35 | 37 | 547 | 31 | 72 |
| Binary | 10101111 | 1111011 | 1111100 | 0 | 11110 | 11101 | 11111 | 101100111 | 11001 | 111010 |
Color Harmonies of #AF7B7C
Complementary color
Monochromatic Colors of #AF7B7C
Black with #AF7B7C
Text Example
Text Example
White with #AF7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B7C; }
p { color: rgb(175,123,124); }
H1.HeaderClassName
{
color: #AF7B7C;
}
.AnyTagClassName
{
color: #AF7B7C;
}
</style>
background-color css
<style>
a { background-color: #AF7B7C; }
a { background-color: rgb(175,123,124); }
div.DivClassName
{
background-color: #AF7B7C;
}
.BgClassName
{
background-color: #AF7B7C;
}
</style>
border-color css
<style>
span { border-color: #AF7B7C; }
span { border-color: rgb(175,123,124); }
td.TdClassName
{
border-color: #AF7B7C;
}
.TagClassName
{
border-color: #AF7B7C;
}
</style>