Shades of Turkish Rose #A3898B
Tints of Turkish Rose #A3898B
RGB
CMYK
RGB Variations
Color information
#A3898B (or 0xA3898B) is known color: Turkish Rose. HEX triplet: A3, 89 and 8B. RGB value is (163,137,139). Sum of RGB (Red+Green+Blue) = 163+137+139=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A3898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3898B is #5C7674. Grayscale: #919191. Windows color (decimal): -6059637 or 9144739. OLE color: 9144739.
HSL color Cylindrical-coordinate representation of color #A3898B: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3898B is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 139 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.36 |
| HSL | 355.38º | 0.12% | 0.59% | - |
| HSV(B) | 355.38º | 0.16% | 0.64% | - |
| XYZ | 28.71 | 27.54 | 28.23 | - |
| YUV | 145 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 139 | 0 | 0.16 | 0.15 | 0.36 | 355.38 | 0.12 | 0.59 |
| Hex | A3 | 89 | 8B | 0 | 10 | F | 24 | 163 | C | 3B |
| Octal | 243 | 211 | 213 | 0 | 20 | 17 | 44 | 543 | 14 | 73 |
| Binary | 10100011 | 10001001 | 10001011 | 0 | 10000 | 1111 | 100100 | 101100011 | 1100 | 111011 |
Color Harmonies of #A3898B
Complementary color
Monochromatic Colors of #A3898B
Black with #A3898B
Text Example
Text Example
White with #A3898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3898B; }
p { color: rgb(163,137,139); }
H1.HeaderClassName
{
color: #A3898B;
}
.AnyTagClassName
{
color: #A3898B;
}
</style>
background-color css
<style>
a { background-color: #A3898B; }
a { background-color: rgb(163,137,139); }
div.DivClassName
{
background-color: #A3898B;
}
.BgClassName
{
background-color: #A3898B;
}
</style>
border-color css
<style>
span { border-color: #A3898B; }
span { border-color: rgb(163,137,139); }
td.TdClassName
{
border-color: #A3898B;
}
.TagClassName
{
border-color: #A3898B;
}
</style>