Shades of Tuscany #AB623F
Tints of Tuscany #AB623F
RGB
CMYK
RGB Variations
Color information
#AB623F (or 0xAB623F) is known color: Tuscany. HEX triplet: AB, 62 and 3F. RGB value is (171,98,63). Sum of RGB (Red+Green+Blue) = 171+98+63=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB623F is #549DC0. Grayscale: #747474. Windows color (decimal): -5545409 or 4154027. OLE color: 4154027.
HSL color Cylindrical-coordinate representation of color #AB623F: hue angle of 19.44º 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 #AB623F is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 63 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.33 |
| HSL | 19.44º | 0.46% | 0.46% | - |
| HSV(B) | 19.44º | 0.63% | 0.67% | - |
| XYZ | 22.06 | 17.75 | 6.97 | - |
| YUV | 115.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 63 | 0 | 0.43 | 0.63 | 0.33 | 19.44 | 0.46 | 0.46 |
| Hex | AB | 62 | 3F | 0 | 2B | 3F | 21 | 13 | 2E | 2E |
| Octal | 253 | 142 | 77 | 0 | 53 | 77 | 41 | 23 | 56 | 56 |
| Binary | 10101011 | 1100010 | 111111 | 0 | 101011 | 111111 | 100001 | 10011 | 101110 | 101110 |
Color Harmonies of #AB623F
Complementary color
Monochromatic Colors of #AB623F
Black with #AB623F
Text Example
Text Example
White with #AB623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB623F; }
p { color: rgb(171,98,63); }
H1.HeaderClassName
{
color: #AB623F;
}
.AnyTagClassName
{
color: #AB623F;
}
</style>
background-color css
<style>
a { background-color: #AB623F; }
a { background-color: rgb(171,98,63); }
div.DivClassName
{
background-color: #AB623F;
}
.BgClassName
{
background-color: #AB623F;
}
</style>
border-color css
<style>
span { border-color: #AB623F; }
span { border-color: rgb(171,98,63); }
td.TdClassName
{
border-color: #AB623F;
}
.TagClassName
{
border-color: #AB623F;
}
</style>