Shades of Turkish Rose #A48182
Tints of Turkish Rose #A48182
RGB
CMYK
RGB Variations
Color information
#A48182 (or 0xA48182) is known color: Turkish Rose. HEX triplet: A4, 81 and 82. RGB value is (164,129,130). Sum of RGB (Red+Green+Blue) = 164+129+130=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48182 is #5B7E7D. Grayscale: #8B8B8B. Windows color (decimal): -5996158 or 8552868. OLE color: 8552868.
HSL color Cylindrical-coordinate representation of color #A48182: hue angle of 358.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48182 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 130 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.36 |
| HSL | 358.29º | 0.16% | 0.57% | - |
| HSV(B) | 358.29º | 0.21% | 0.64% | - |
| XYZ | 27.19 | 25.2 | 24.55 | - |
| YUV | 139.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 130 | 0 | 0.21 | 0.21 | 0.36 | 358.29 | 0.16 | 0.57 |
| Hex | A4 | 81 | 82 | 0 | 15 | 15 | 24 | 166 | 10 | 39 |
| Octal | 244 | 201 | 202 | 0 | 25 | 25 | 44 | 546 | 20 | 71 |
| Binary | 10100100 | 10000001 | 10000010 | 0 | 10101 | 10101 | 100100 | 101100110 | 10000 | 111001 |
Color Harmonies of #A48182
Complementary color
Monochromatic Colors of #A48182
Black with #A48182
Text Example
Text Example
White with #A48182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48182; }
p { color: rgb(164,129,130); }
H1.HeaderClassName
{
color: #A48182;
}
.AnyTagClassName
{
color: #A48182;
}
</style>
background-color css
<style>
a { background-color: #A48182; }
a { background-color: rgb(164,129,130); }
div.DivClassName
{
background-color: #A48182;
}
.BgClassName
{
background-color: #A48182;
}
</style>
border-color css
<style>
span { border-color: #A48182; }
span { border-color: rgb(164,129,130); }
td.TdClassName
{
border-color: #A48182;
}
.TagClassName
{
border-color: #A48182;
}
</style>