Shades of Tenne (Tawny) #AE5900
Tints of Tenne (Tawny) #AE5900
RGB
CMYK
RGB Variations
Color information
#AE5900 (or 0xAE5900) is known color: Tenne (Tawny). HEX triplet: AE, 59 and 00. RGB value is (174,89,0). Sum of RGB (Red+Green+Blue) = 174+89+0=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5900 is #51A6FF. Grayscale: #686868. Windows color (decimal): -5351168 or 22958. OLE color: 22958.
HSL color Cylindrical-coordinate representation of color #AE5900: hue angle of 30.69º 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 #AE5900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.32 |
| HSL | 30.69º | 1% | 0.34% | - |
| HSV(B) | 30.69º | 1% | 0.68% | - |
| XYZ | 21.03 | 16.14 | 2.01 | - |
| YUV | 104.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 0 | 0 | 0.49 | 1 | 0.32 | 30.69 | 1 | 0.34 |
| Hex | AE | 59 | 0 | 0 | 31 | 64 | 20 | 1F | 64 | 22 |
| Octal | 256 | 131 | 0 | 0 | 61 | 144 | 40 | 37 | 144 | 42 |
| Binary | 10101110 | 1011001 | 0 | 0 | 110001 | 1100100 | 100000 | 11111 | 1100100 | 100010 |
Color Harmonies of #AE5900
Complementary color
Monochromatic Colors of #AE5900
Black with #AE5900
Text Example
Text Example
White with #AE5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5900; }
p { color: rgb(174,89,0); }
H1.HeaderClassName
{
color: #AE5900;
}
.AnyTagClassName
{
color: #AE5900;
}
</style>
background-color css
<style>
a { background-color: #AE5900; }
a { background-color: rgb(174,89,0); }
div.DivClassName
{
background-color: #AE5900;
}
.BgClassName
{
background-color: #AE5900;
}
</style>
border-color css
<style>
span { border-color: #AE5900; }
span { border-color: rgb(174,89,0); }
td.TdClassName
{
border-color: #AE5900;
}
.TagClassName
{
border-color: #AE5900;
}
</style>