Shades of Turkish Rose #AF7B7D
Tints of Turkish Rose #AF7B7D
RGB
CMYK
RGB Variations
Color information
#AF7B7D (or 0xAF7B7D) is known color: Turkish Rose. HEX triplet: AF, 7B and 7D. RGB value is (175,123,125). Sum of RGB (Red+Green+Blue) = 175+123+125=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B7D is #508482. Grayscale: #8A8A8A. Windows color (decimal): -5276803 or 8223663. OLE color: 8223663.
HSL color Cylindrical-coordinate representation of color #AF7B7D: hue angle of 357.69º 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 #AF7B7D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 125 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.31 |
| HSL | 357.69º | 0.25% | 0.58% | - |
| HSV(B) | 357.69º | 0.3% | 0.69% | - |
| XYZ | 28.46 | 24.76 | 22.68 | - |
| YUV | 138.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 125 | 0 | 0.30 | 0.29 | 0.31 | 357.69 | 0.25 | 0.58 |
| Hex | AF | 7B | 7D | 0 | 1E | 1D | 1F | 166 | 19 | 3A |
| Octal | 257 | 173 | 175 | 0 | 36 | 35 | 37 | 546 | 31 | 72 |
| Binary | 10101111 | 1111011 | 1111101 | 0 | 11110 | 11101 | 11111 | 101100110 | 11001 | 111010 |
Color Harmonies of #AF7B7D
Complementary color
Monochromatic Colors of #AF7B7D
Black with #AF7B7D
Text Example
Text Example
White with #AF7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B7D; }
p { color: rgb(175,123,125); }
H1.HeaderClassName
{
color: #AF7B7D;
}
.AnyTagClassName
{
color: #AF7B7D;
}
</style>
background-color css
<style>
a { background-color: #AF7B7D; }
a { background-color: rgb(175,123,125); }
div.DivClassName
{
background-color: #AF7B7D;
}
.BgClassName
{
background-color: #AF7B7D;
}
</style>
border-color css
<style>
span { border-color: #AF7B7D; }
span { border-color: rgb(175,123,125); }
td.TdClassName
{
border-color: #AF7B7D;
}
.TagClassName
{
border-color: #AF7B7D;
}
</style>