Shades of Turkish Rose #AF767D
Tints of Turkish Rose #AF767D
RGB
CMYK
RGB Variations
Color information
#AF767D (or 0xAF767D) is known color: Turkish Rose. HEX triplet: AF, 76 and 7D. RGB value is (175,118,125). Sum of RGB (Red+Green+Blue) = 175+118+125=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF767D is #508982. Grayscale: #878787. Windows color (decimal): -5278083 or 8222383. OLE color: 8222383.
HSL color Cylindrical-coordinate representation of color #AF767D: hue angle of 352.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF767D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 125 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.31 |
| HSL | 352.63º | 0.26% | 0.57% | - |
| HSV(B) | 352.63º | 0.33% | 0.69% | - |
| XYZ | 27.86 | 23.55 | 22.48 | - |
| YUV | 135.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 125 | 0 | 0.33 | 0.29 | 0.31 | 352.63 | 0.26 | 0.57 |
| Hex | AF | 76 | 7D | 0 | 21 | 1D | 1F | 161 | 1A | 39 |
| Octal | 257 | 166 | 175 | 0 | 41 | 35 | 37 | 541 | 32 | 71 |
| Binary | 10101111 | 1110110 | 1111101 | 0 | 100001 | 11101 | 11111 | 101100001 | 11010 | 111001 |
Color Harmonies of #AF767D
Complementary color
Monochromatic Colors of #AF767D
Black with #AF767D
Text Example
Text Example
White with #AF767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF767D; }
p { color: rgb(175,118,125); }
H1.HeaderClassName
{
color: #AF767D;
}
.AnyTagClassName
{
color: #AF767D;
}
</style>
background-color css
<style>
a { background-color: #AF767D; }
a { background-color: rgb(175,118,125); }
div.DivClassName
{
background-color: #AF767D;
}
.BgClassName
{
background-color: #AF767D;
}
</style>
border-color css
<style>
span { border-color: #AF767D; }
span { border-color: rgb(175,118,125); }
td.TdClassName
{
border-color: #AF767D;
}
.TagClassName
{
border-color: #AF767D;
}
</style>