Shades of Turkish Rose #A88083
Tints of Turkish Rose #A88083
RGB
CMYK
RGB Variations
Color information
#A88083 (or 0xA88083) is known color: Turkish Rose. HEX triplet: A8, 80 and 83. RGB value is (168,128,131). Sum of RGB (Red+Green+Blue) = 168+128+131=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A88083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88083 is #577F7C. Grayscale: #8C8C8C. Windows color (decimal): -5734269 or 8618152. OLE color: 8618152.
HSL color Cylindrical-coordinate representation of color #A88083: hue angle of 355.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88083 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 131 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.34 |
| HSL | 355.5º | 0.19% | 0.58% | - |
| HSV(B) | 355.5º | 0.24% | 0.66% | - |
| XYZ | 27.96 | 25.4 | 24.9 | - |
| YUV | 140.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 131 | 0 | 0.24 | 0.22 | 0.34 | 355.5 | 0.19 | 0.58 |
| Hex | A8 | 80 | 83 | 0 | 18 | 16 | 22 | 164 | 13 | 3A |
| Octal | 250 | 200 | 203 | 0 | 30 | 26 | 42 | 544 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10000011 | 0 | 11000 | 10110 | 100010 | 101100100 | 10011 | 111010 |
Color Harmonies of #A88083
Complementary color
Monochromatic Colors of #A88083
Black with #A88083
Text Example
Text Example
White with #A88083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88083; }
p { color: rgb(168,128,131); }
H1.HeaderClassName
{
color: #A88083;
}
.AnyTagClassName
{
color: #A88083;
}
</style>
background-color css
<style>
a { background-color: #A88083; }
a { background-color: rgb(168,128,131); }
div.DivClassName
{
background-color: #A88083;
}
.BgClassName
{
background-color: #A88083;
}
</style>
border-color css
<style>
span { border-color: #A88083; }
span { border-color: rgb(168,128,131); }
td.TdClassName
{
border-color: #A88083;
}
.TagClassName
{
border-color: #A88083;
}
</style>