Shades of Tuscany #A86448
Tints of Tuscany #A86448
RGB
CMYK
RGB Variations
Color information
#A86448 (or 0xA86448) is known color: Tuscany. HEX triplet: A8, 64 and 48. RGB value is (168,100,72). Sum of RGB (Red+Green+Blue) = 168+100+72=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A86448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86448 is #579BB7. Grayscale: #757575. Windows color (decimal): -5741496 or 4744360. OLE color: 4744360.
HSL color Cylindrical-coordinate representation of color #A86448: hue angle of 17.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86448 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 72 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.34 |
| HSL | 17.5º | 0.4% | 0.47% | - |
| HSV(B) | 17.5º | 0.57% | 0.66% | - |
| XYZ | 21.88 | 17.91 | 8.43 | - |
| YUV | 117.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 72 | 0 | 0.40 | 0.57 | 0.34 | 17.5 | 0.4 | 0.47 |
| Hex | A8 | 64 | 48 | 0 | 28 | 39 | 22 | 12 | 28 | 2F |
| Octal | 250 | 144 | 110 | 0 | 50 | 71 | 42 | 22 | 50 | 57 |
| Binary | 10101000 | 1100100 | 1001000 | 0 | 101000 | 111001 | 100010 | 10010 | 101000 | 101111 |
Color Harmonies of #A86448
Complementary color
Monochromatic Colors of #A86448
Black with #A86448
Text Example
Text Example
White with #A86448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86448; }
p { color: rgb(168,100,72); }
H1.HeaderClassName
{
color: #A86448;
}
.AnyTagClassName
{
color: #A86448;
}
</style>
background-color css
<style>
a { background-color: #A86448; }
a { background-color: rgb(168,100,72); }
div.DivClassName
{
background-color: #A86448;
}
.BgClassName
{
background-color: #A86448;
}
</style>
border-color css
<style>
span { border-color: #A86448; }
span { border-color: rgb(168,100,72); }
td.TdClassName
{
border-color: #A86448;
}
.TagClassName
{
border-color: #A86448;
}
</style>