Shades of Tuscany #AB653D
Tints of Tuscany #AB653D
RGB
CMYK
RGB Variations
Color information
#AB653D (or 0xAB653D) is known color: Tuscany. HEX triplet: AB, 65 and 3D. RGB value is (171,101,61). Sum of RGB (Red+Green+Blue) = 171+101+61=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB653D is #549AC2. Grayscale: #757575. Windows color (decimal): -5544643 or 4023723. OLE color: 4023723.
HSL color Cylindrical-coordinate representation of color #AB653D: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB653D is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 61 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.33 |
| HSL | 21.82º | 0.47% | 0.45% | - |
| HSV(B) | 21.82º | 0.64% | 0.67% | - |
| XYZ | 22.29 | 18.3 | 6.77 | - |
| YUV | 117.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 61 | 0 | 0.41 | 0.64 | 0.33 | 21.82 | 0.47 | 0.45 |
| Hex | AB | 65 | 3D | 0 | 29 | 40 | 21 | 16 | 2F | 2D |
| Octal | 253 | 145 | 75 | 0 | 51 | 100 | 41 | 26 | 57 | 55 |
| Binary | 10101011 | 1100101 | 111101 | 0 | 101001 | 1000000 | 100001 | 10110 | 101111 | 101101 |
Color Harmonies of #AB653D
Complementary color
Monochromatic Colors of #AB653D
Black with #AB653D
Text Example
Text Example
White with #AB653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB653D; }
p { color: rgb(171,101,61); }
H1.HeaderClassName
{
color: #AB653D;
}
.AnyTagClassName
{
color: #AB653D;
}
</style>
background-color css
<style>
a { background-color: #AB653D; }
a { background-color: rgb(171,101,61); }
div.DivClassName
{
background-color: #AB653D;
}
.BgClassName
{
background-color: #AB653D;
}
</style>
border-color css
<style>
span { border-color: #AB653D; }
span { border-color: rgb(171,101,61); }
td.TdClassName
{
border-color: #AB653D;
}
.TagClassName
{
border-color: #AB653D;
}
</style>