Shades of Turkish Rose #AF636A
Tints of Turkish Rose #AF636A
RGB
CMYK
RGB Variations
Color information
#AF636A (or 0xAF636A) is known color: Turkish Rose. HEX triplet: AF, 63 and 6A. RGB value is (175,99,106). Sum of RGB (Red+Green+Blue) = 175+99+106=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF636A is #509C95. Grayscale: #7A7A7A. Windows color (decimal): -5282966 or 6972335. OLE color: 6972335.
HSL color Cylindrical-coordinate representation of color #AF636A: hue angle of 354.47º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF636A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 106 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.31 |
| HSL | 354.47º | 0.32% | 0.54% | - |
| HSV(B) | 354.47º | 0.43% | 0.69% | - |
| XYZ | 24.74 | 19.08 | 16.01 | - |
| YUV | 122.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 106 | 0 | 0.43 | 0.39 | 0.31 | 354.47 | 0.32 | 0.54 |
| Hex | AF | 63 | 6A | 0 | 2B | 27 | 1F | 162 | 20 | 36 |
| Octal | 257 | 143 | 152 | 0 | 53 | 47 | 37 | 542 | 40 | 66 |
| Binary | 10101111 | 1100011 | 1101010 | 0 | 101011 | 100111 | 11111 | 101100010 | 100000 | 110110 |
Color Harmonies of #AF636A
Complementary color
Monochromatic Colors of #AF636A
Black with #AF636A
Text Example
Text Example
White with #AF636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF636A; }
p { color: rgb(175,99,106); }
H1.HeaderClassName
{
color: #AF636A;
}
.AnyTagClassName
{
color: #AF636A;
}
</style>
background-color css
<style>
a { background-color: #AF636A; }
a { background-color: rgb(175,99,106); }
div.DivClassName
{
background-color: #AF636A;
}
.BgClassName
{
background-color: #AF636A;
}
</style>
border-color css
<style>
span { border-color: #AF636A; }
span { border-color: rgb(175,99,106); }
td.TdClassName
{
border-color: #AF636A;
}
.TagClassName
{
border-color: #AF636A;
}
</style>