Shades of Tuscany #A7633F
Tints of Tuscany #A7633F
RGB
CMYK
RGB Variations
Color information
#A7633F (or 0xA7633F) is known color: Tuscany. HEX triplet: A7, 63 and 3F. RGB value is (167,99,63). Sum of RGB (Red+Green+Blue) = 167+99+63=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7633F is #589CC0. Grayscale: #737373. Windows color (decimal): -5807297 or 4154279. OLE color: 4154279.
HSL color Cylindrical-coordinate representation of color #A7633F: hue angle of 20.77º 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 #A7633F is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 63 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.35 |
| HSL | 20.77º | 0.45% | 0.45% | - |
| HSV(B) | 20.77º | 0.62% | 0.65% | - |
| XYZ | 21.3 | 17.5 | 6.96 | - |
| YUV | 115.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 63 | 0 | 0.41 | 0.62 | 0.35 | 20.77 | 0.45 | 0.45 |
| Hex | A7 | 63 | 3F | 0 | 29 | 3E | 23 | 15 | 2D | 2D |
| Octal | 247 | 143 | 77 | 0 | 51 | 76 | 43 | 25 | 55 | 55 |
| Binary | 10100111 | 1100011 | 111111 | 0 | 101001 | 111110 | 100011 | 10101 | 101101 | 101101 |
Color Harmonies of #A7633F
Complementary color
Monochromatic Colors of #A7633F
Black with #A7633F
Text Example
Text Example
White with #A7633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7633F; }
p { color: rgb(167,99,63); }
H1.HeaderClassName
{
color: #A7633F;
}
.AnyTagClassName
{
color: #A7633F;
}
</style>
background-color css
<style>
a { background-color: #A7633F; }
a { background-color: rgb(167,99,63); }
div.DivClassName
{
background-color: #A7633F;
}
.BgClassName
{
background-color: #A7633F;
}
</style>
border-color css
<style>
span { border-color: #A7633F; }
span { border-color: rgb(167,99,63); }
td.TdClassName
{
border-color: #A7633F;
}
.TagClassName
{
border-color: #A7633F;
}
</style>