Shades of Turkish Rose #AF8284
Tints of Turkish Rose #AF8284
RGB
CMYK
RGB Variations
Color information
#AF8284 (or 0xAF8284) is known color: Turkish Rose. HEX triplet: AF, 82 and 84. RGB value is (175,130,132). Sum of RGB (Red+Green+Blue) = 175+130+132=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8284 is #507D7B. Grayscale: #8F8F8F. Windows color (decimal): -5275004 or 8684207. OLE color: 8684207.
HSL color Cylindrical-coordinate representation of color #AF8284: hue angle of 357.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8284 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 132 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.31 |
| HSL | 357.33º | 0.22% | 0.6% | - |
| HSV(B) | 357.33º | 0.26% | 0.69% | - |
| XYZ | 29.83 | 26.75 | 25.42 | - |
| YUV | 143.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 132 | 0 | 0.26 | 0.25 | 0.31 | 357.33 | 0.22 | 0.6 |
| Hex | AF | 82 | 84 | 0 | 1A | 19 | 1F | 165 | 16 | 3C |
| Octal | 257 | 202 | 204 | 0 | 32 | 31 | 37 | 545 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10000100 | 0 | 11010 | 11001 | 11111 | 101100101 | 10110 | 111100 |
Color Harmonies of #AF8284
Complementary color
Monochromatic Colors of #AF8284
Black with #AF8284
Text Example
Text Example
White with #AF8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8284; }
p { color: rgb(175,130,132); }
H1.HeaderClassName
{
color: #AF8284;
}
.AnyTagClassName
{
color: #AF8284;
}
</style>
background-color css
<style>
a { background-color: #AF8284; }
a { background-color: rgb(175,130,132); }
div.DivClassName
{
background-color: #AF8284;
}
.BgClassName
{
background-color: #AF8284;
}
</style>
border-color css
<style>
span { border-color: #AF8284; }
span { border-color: rgb(175,130,132); }
td.TdClassName
{
border-color: #AF8284;
}
.TagClassName
{
border-color: #AF8284;
}
</style>