Shades of Tuscany #A8653F
Tints of Tuscany #A8653F
RGB
CMYK
RGB Variations
Color information
#A8653F (or 0xA8653F) is known color: Tuscany. HEX triplet: A8, 65 and 3F. RGB value is (168,101,63). Sum of RGB (Red+Green+Blue) = 168+101+63=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8653F is #579AC0. Grayscale: #747474. Windows color (decimal): -5741249 or 4154792. OLE color: 4154792.
HSL color Cylindrical-coordinate representation of color #A8653F: hue angle of 21.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8653F is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 63 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.34 |
| HSL | 21.71º | 0.45% | 0.45% | - |
| HSV(B) | 21.71º | 0.63% | 0.66% | - |
| XYZ | 21.7 | 17.99 | 7.03 | - |
| YUV | 116.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 63 | 0 | 0.40 | 0.63 | 0.34 | 21.71 | 0.45 | 0.45 |
| Hex | A8 | 65 | 3F | 0 | 28 | 3F | 22 | 16 | 2D | 2D |
| Octal | 250 | 145 | 77 | 0 | 50 | 77 | 42 | 26 | 55 | 55 |
| Binary | 10101000 | 1100101 | 111111 | 0 | 101000 | 111111 | 100010 | 10110 | 101101 | 101101 |
Color Harmonies of #A8653F
Complementary color
Monochromatic Colors of #A8653F
Black with #A8653F
Text Example
Text Example
White with #A8653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8653F; }
p { color: rgb(168,101,63); }
H1.HeaderClassName
{
color: #A8653F;
}
.AnyTagClassName
{
color: #A8653F;
}
</style>
background-color css
<style>
a { background-color: #A8653F; }
a { background-color: rgb(168,101,63); }
div.DivClassName
{
background-color: #A8653F;
}
.BgClassName
{
background-color: #A8653F;
}
</style>
border-color css
<style>
span { border-color: #A8653F; }
span { border-color: rgb(168,101,63); }
td.TdClassName
{
border-color: #A8653F;
}
.TagClassName
{
border-color: #A8653F;
}
</style>