Shades of Tuscany #AE633F
Tints of Tuscany #AE633F
RGB
CMYK
RGB Variations
Color information
#AE633F (or 0xAE633F) is known color: Tuscany. HEX triplet: AE, 63 and 3F. RGB value is (174,99,63). Sum of RGB (Red+Green+Blue) = 174+99+63=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE633F is #519CC0. Grayscale: #757575. Windows color (decimal): -5348545 or 4154286. OLE color: 4154286.
HSL color Cylindrical-coordinate representation of color #AE633F: hue angle of 19.46º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE633F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 63 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.32 |
| HSL | 19.46º | 0.47% | 0.46% | - |
| HSV(B) | 19.46º | 0.64% | 0.68% | - |
| XYZ | 22.81 | 18.28 | 7.03 | - |
| YUV | 117.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 63 | 0 | 0.43 | 0.64 | 0.32 | 19.46 | 0.47 | 0.46 |
| Hex | AE | 63 | 3F | 0 | 2B | 40 | 20 | 13 | 2F | 2E |
| Octal | 256 | 143 | 77 | 0 | 53 | 100 | 40 | 23 | 57 | 56 |
| Binary | 10101110 | 1100011 | 111111 | 0 | 101011 | 1000000 | 100000 | 10011 | 101111 | 101110 |
Color Harmonies of #AE633F
Complementary color
Monochromatic Colors of #AE633F
Black with #AE633F
Text Example
Text Example
White with #AE633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE633F; }
p { color: rgb(174,99,63); }
H1.HeaderClassName
{
color: #AE633F;
}
.AnyTagClassName
{
color: #AE633F;
}
</style>
background-color css
<style>
a { background-color: #AE633F; }
a { background-color: rgb(174,99,63); }
div.DivClassName
{
background-color: #AE633F;
}
.BgClassName
{
background-color: #AE633F;
}
</style>
border-color css
<style>
span { border-color: #AE633F; }
span { border-color: rgb(174,99,63); }
td.TdClassName
{
border-color: #AE633F;
}
.TagClassName
{
border-color: #AE633F;
}
</style>