Shades of Tenne (Tawny) #AE5800
Tints of Tenne (Tawny) #AE5800
RGB
CMYK
RGB Variations
Color information
#AE5800 (or 0xAE5800) is known color: Tenne (Tawny). HEX triplet: AE, 58 and 00. RGB value is (174,88,0). Sum of RGB (Red+Green+Blue) = 174+88+0=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5800 is #51A7FF. Grayscale: #686868. Windows color (decimal): -5351424 or 22702. OLE color: 22702.
HSL color Cylindrical-coordinate representation of color #AE5800: hue angle of 30.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE5800 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.32 |
| HSL | 30.34º | 1% | 0.34% | - |
| HSV(B) | 30.34º | 1% | 0.68% | - |
| XYZ | 20.95 | 15.98 | 1.98 | - |
| YUV | 103.68 | 69.49 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 0 | 0 | 0.49 | 1 | 0.32 | 30.34 | 1 | 0.34 |
| Hex | AE | 58 | 0 | 0 | 31 | 64 | 20 | 1E | 64 | 22 |
| Octal | 256 | 130 | 0 | 0 | 61 | 144 | 40 | 36 | 144 | 42 |
| Binary | 10101110 | 1011000 | 0 | 0 | 110001 | 1100100 | 100000 | 11110 | 1100100 | 100010 |
Color Harmonies of #AE5800
Complementary color
Monochromatic Colors of #AE5800
Black with #AE5800
Text Example
Text Example
White with #AE5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5800; }
p { color: rgb(174,88,0); }
H1.HeaderClassName
{
color: #AE5800;
}
.AnyTagClassName
{
color: #AE5800;
}
</style>
background-color css
<style>
a { background-color: #AE5800; }
a { background-color: rgb(174,88,0); }
div.DivClassName
{
background-color: #AE5800;
}
.BgClassName
{
background-color: #AE5800;
}
</style>
border-color css
<style>
span { border-color: #AE5800; }
span { border-color: rgb(174,88,0); }
td.TdClassName
{
border-color: #AE5800;
}
.TagClassName
{
border-color: #AE5800;
}
</style>