Shades of Tuscany #A7643F
Tints of Tuscany #A7643F
RGB
CMYK
RGB Variations
Color information
#A7643F (or 0xA7643F) is known color: Tuscany. HEX triplet: A7, 64 and 3F. RGB value is (167,100,63). Sum of RGB (Red+Green+Blue) = 167+100+63=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7643F is #589BC0. Grayscale: #747474. Windows color (decimal): -5807041 or 4154535. OLE color: 4154535.
HSL color Cylindrical-coordinate representation of color #A7643F: hue angle of 21.35º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7643F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 100 | 63 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.35 |
| HSL | 21.35º | 0.45% | 0.45% | - |
| HSV(B) | 21.35º | 0.62% | 0.65% | - |
| XYZ | 21.39 | 17.69 | 6.99 | - |
| YUV | 115.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 63 | 0 | 0.40 | 0.62 | 0.35 | 21.35 | 0.45 | 0.45 |
| Hex | A7 | 64 | 3F | 0 | 28 | 3E | 23 | 15 | 2D | 2D |
| Octal | 247 | 144 | 77 | 0 | 50 | 76 | 43 | 25 | 55 | 55 |
| Binary | 10100111 | 1100100 | 111111 | 0 | 101000 | 111110 | 100011 | 10101 | 101101 | 101101 |
Color Harmonies of #A7643F
Complementary color
Monochromatic Colors of #A7643F
Black with #A7643F
Text Example
Text Example
White with #A7643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7643F; }
p { color: rgb(167,100,63); }
H1.HeaderClassName
{
color: #A7643F;
}
.AnyTagClassName
{
color: #A7643F;
}
</style>
background-color css
<style>
a { background-color: #A7643F; }
a { background-color: rgb(167,100,63); }
div.DivClassName
{
background-color: #A7643F;
}
.BgClassName
{
background-color: #A7643F;
}
</style>
border-color css
<style>
span { border-color: #A7643F; }
span { border-color: rgb(167,100,63); }
td.TdClassName
{
border-color: #A7643F;
}
.TagClassName
{
border-color: #A7643F;
}
</style>