Shades of Turkish Rose #A4898B
Tints of Turkish Rose #A4898B
RGB
CMYK
RGB Variations
Color information
#A4898B (or 0xA4898B) is known color: Turkish Rose. HEX triplet: A4, 89 and 8B. RGB value is (164,137,139). Sum of RGB (Red+Green+Blue) = 164+137+139=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4898B is #5B7674. Grayscale: #919191. Windows color (decimal): -5994101 or 9144740. OLE color: 9144740.
HSL color Cylindrical-coordinate representation of color #A4898B: hue angle of 355.56º degrees, saturation: 0.13, 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 #A4898B is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 139 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.36 |
| HSL | 355.56º | 0.13% | 0.59% | - |
| HSV(B) | 355.56º | 0.16% | 0.64% | - |
| XYZ | 28.92 | 27.65 | 28.24 | - |
| YUV | 145.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 139 | 0 | 0.16 | 0.15 | 0.36 | 355.56 | 0.13 | 0.59 |
| Hex | A4 | 89 | 8B | 0 | 10 | F | 24 | 164 | D | 3B |
| Octal | 244 | 211 | 213 | 0 | 20 | 17 | 44 | 544 | 15 | 73 |
| Binary | 10100100 | 10001001 | 10001011 | 0 | 10000 | 1111 | 100100 | 101100100 | 1101 | 111011 |
Color Harmonies of #A4898B
Complementary color
Monochromatic Colors of #A4898B
Black with #A4898B
Text Example
Text Example
White with #A4898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4898B; }
p { color: rgb(164,137,139); }
H1.HeaderClassName
{
color: #A4898B;
}
.AnyTagClassName
{
color: #A4898B;
}
</style>
background-color css
<style>
a { background-color: #A4898B; }
a { background-color: rgb(164,137,139); }
div.DivClassName
{
background-color: #A4898B;
}
.BgClassName
{
background-color: #A4898B;
}
</style>
border-color css
<style>
span { border-color: #A4898B; }
span { border-color: rgb(164,137,139); }
td.TdClassName
{
border-color: #A4898B;
}
.TagClassName
{
border-color: #A4898B;
}
</style>