Shades of Turkish Rose #AF737A
Tints of Turkish Rose #AF737A
RGB
CMYK
RGB Variations
Color information
#AF737A (or 0xAF737A) is known color: Turkish Rose. HEX triplet: AF, 73 and 7A. RGB value is (175,115,122). Sum of RGB (Red+Green+Blue) = 175+115+122=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF737A is #508C85. Grayscale: #858585. Windows color (decimal): -5278854 or 8025007. OLE color: 8025007.
HSL color Cylindrical-coordinate representation of color #AF737A: hue angle of 353º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF737A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 122 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.31 |
| HSL | 353º | 0.27% | 0.57% | - |
| HSV(B) | 353º | 0.34% | 0.69% | - |
| XYZ | 27.32 | 22.78 | 21.37 | - |
| YUV | 133.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 122 | 0 | 0.34 | 0.30 | 0.31 | 353 | 0.27 | 0.57 |
| Hex | AF | 73 | 7A | 0 | 22 | 1E | 1F | 161 | 1B | 39 |
| Octal | 257 | 163 | 172 | 0 | 42 | 36 | 37 | 541 | 33 | 71 |
| Binary | 10101111 | 1110011 | 1111010 | 0 | 100010 | 11110 | 11111 | 101100001 | 11011 | 111001 |
Color Harmonies of #AF737A
Complementary color
Monochromatic Colors of #AF737A
Black with #AF737A
Text Example
Text Example
White with #AF737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF737A; }
p { color: rgb(175,115,122); }
H1.HeaderClassName
{
color: #AF737A;
}
.AnyTagClassName
{
color: #AF737A;
}
</style>
background-color css
<style>
a { background-color: #AF737A; }
a { background-color: rgb(175,115,122); }
div.DivClassName
{
background-color: #AF737A;
}
.BgClassName
{
background-color: #AF737A;
}
</style>
border-color css
<style>
span { border-color: #AF737A; }
span { border-color: rgb(175,115,122); }
td.TdClassName
{
border-color: #AF737A;
}
.TagClassName
{
border-color: #AF737A;
}
</style>