Shades of Tuscany #AB633F
Tints of Tuscany #AB633F
RGB
CMYK
RGB Variations
Color information
#AB633F (or 0xAB633F) is known color: Tuscany. HEX triplet: AB, 63 and 3F. RGB value is (171,99,63). Sum of RGB (Red+Green+Blue) = 171+99+63=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB633F is #549CC0. Grayscale: #747474. Windows color (decimal): -5545153 or 4154283. OLE color: 4154283.
HSL color Cylindrical-coordinate representation of color #AB633F: hue angle of 20º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB633F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 63 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.33 |
| HSL | 20º | 0.46% | 0.46% | - |
| HSV(B) | 20º | 0.63% | 0.67% | - |
| XYZ | 22.15 | 17.94 | 7 | - |
| YUV | 116.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 63 | 0 | 0.42 | 0.63 | 0.33 | 20 | 0.46 | 0.46 |
| Hex | AB | 63 | 3F | 0 | 2A | 3F | 21 | 14 | 2E | 2E |
| Octal | 253 | 143 | 77 | 0 | 52 | 77 | 41 | 24 | 56 | 56 |
| Binary | 10101011 | 1100011 | 111111 | 0 | 101010 | 111111 | 100001 | 10100 | 101110 | 101110 |
Color Harmonies of #AB633F
Complementary color
Monochromatic Colors of #AB633F
Black with #AB633F
Text Example
Text Example
White with #AB633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB633F; }
p { color: rgb(171,99,63); }
H1.HeaderClassName
{
color: #AB633F;
}
.AnyTagClassName
{
color: #AB633F;
}
</style>
background-color css
<style>
a { background-color: #AB633F; }
a { background-color: rgb(171,99,63); }
div.DivClassName
{
background-color: #AB633F;
}
.BgClassName
{
background-color: #AB633F;
}
</style>
border-color css
<style>
span { border-color: #AB633F; }
span { border-color: rgb(171,99,63); }
td.TdClassName
{
border-color: #AB633F;
}
.TagClassName
{
border-color: #AB633F;
}
</style>