Shades of Turkish Rose #A48A8B
Tints of Turkish Rose #A48A8B
RGB
CMYK
RGB Variations
Color information
#A48A8B (or 0xA48A8B) is known color: Turkish Rose. HEX triplet: A4, 8A and 8B. RGB value is (164,138,139). Sum of RGB (Red+Green+Blue) = 164+138+139=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A8B is #5B7574. Grayscale: #919191. Windows color (decimal): -5993845 or 9144996. OLE color: 9144996.
HSL color Cylindrical-coordinate representation of color #A48A8B: hue angle of 357.69º 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 #A48A8B is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 139 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.36 |
| HSL | 357.69º | 0.13% | 0.59% | - |
| HSV(B) | 357.69º | 0.16% | 0.64% | - |
| XYZ | 29.06 | 27.93 | 28.29 | - |
| YUV | 145.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 139 | 0 | 0.16 | 0.15 | 0.36 | 357.69 | 0.13 | 0.59 |
| Hex | A4 | 8A | 8B | 0 | 10 | F | 24 | 166 | C | 3B |
| Octal | 244 | 212 | 213 | 0 | 20 | 17 | 44 | 546 | 14 | 73 |
| Binary | 10100100 | 10001010 | 10001011 | 0 | 10000 | 1111 | 100100 | 101100110 | 1100 | 111011 |
Color Harmonies of #A48A8B
Complementary color
Monochromatic Colors of #A48A8B
Black with #A48A8B
Text Example
Text Example
White with #A48A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A8B; }
p { color: rgb(164,138,139); }
H1.HeaderClassName
{
color: #A48A8B;
}
.AnyTagClassName
{
color: #A48A8B;
}
</style>
background-color css
<style>
a { background-color: #A48A8B; }
a { background-color: rgb(164,138,139); }
div.DivClassName
{
background-color: #A48A8B;
}
.BgClassName
{
background-color: #A48A8B;
}
</style>
border-color css
<style>
span { border-color: #A48A8B; }
span { border-color: rgb(164,138,139); }
td.TdClassName
{
border-color: #A48A8B;
}
.TagClassName
{
border-color: #A48A8B;
}
</style>