Shades of Turkish Rose #AF7A80
Tints of Turkish Rose #AF7A80
RGB
CMYK
RGB Variations
Color information
#AF7A80 (or 0xAF7A80) is known color: Turkish Rose. HEX triplet: AF, 7A and 80. RGB value is (175,122,128). Sum of RGB (Red+Green+Blue) = 175+122+128=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A80 is #50857F. Grayscale: #8A8A8A. Windows color (decimal): -5277056 or 8420015. OLE color: 8420015.
HSL color Cylindrical-coordinate representation of color #AF7A80: hue angle of 353.21º 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 #AF7A80 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 128 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.31 |
| HSL | 353.21º | 0.25% | 0.58% | - |
| HSV(B) | 353.21º | 0.3% | 0.69% | - |
| XYZ | 28.54 | 24.59 | 23.66 | - |
| YUV | 138.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 128 | 0 | 0.30 | 0.27 | 0.31 | 353.21 | 0.25 | 0.58 |
| Hex | AF | 7A | 80 | 0 | 1E | 1B | 1F | 161 | 19 | 3A |
| Octal | 257 | 172 | 200 | 0 | 36 | 33 | 37 | 541 | 31 | 72 |
| Binary | 10101111 | 1111010 | 10000000 | 0 | 11110 | 11011 | 11111 | 101100001 | 11001 | 111010 |
Color Harmonies of #AF7A80
Complementary color
Monochromatic Colors of #AF7A80
Black with #AF7A80
Text Example
Text Example
White with #AF7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A80; }
p { color: rgb(175,122,128); }
H1.HeaderClassName
{
color: #AF7A80;
}
.AnyTagClassName
{
color: #AF7A80;
}
</style>
background-color css
<style>
a { background-color: #AF7A80; }
a { background-color: rgb(175,122,128); }
div.DivClassName
{
background-color: #AF7A80;
}
.BgClassName
{
background-color: #AF7A80;
}
</style>
border-color css
<style>
span { border-color: #AF7A80; }
span { border-color: rgb(175,122,128); }
td.TdClassName
{
border-color: #AF7A80;
}
.TagClassName
{
border-color: #AF7A80;
}
</style>