Shades of Golden Brown #AE5E16
Tints of Golden Brown #AE5E16
RGB
CMYK
RGB Variations
Color information
#AE5E16 (or 0xAE5E16) is known color: Golden Brown. HEX triplet: AE, 5E and 16. RGB value is (174,94,22). Sum of RGB (Red+Green+Blue) = 174+94+22=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E16 is #51A1E9. Grayscale: #6E6E6E. Windows color (decimal): -5349866 or 1466030. OLE color: 1466030.
HSL color Cylindrical-coordinate representation of color #AE5E16: hue angle of 28.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE5E16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 22 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.32 |
| HSL | 28.42º | 0.78% | 0.38% | - |
| HSV(B) | 28.42º | 0.87% | 0.68% | - |
| XYZ | 21.6 | 17.06 | 2.91 | - |
| YUV | 109.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 22 | 0 | 0.46 | 0.87 | 0.32 | 28.42 | 0.78 | 0.38 |
| Hex | AE | 5E | 16 | 0 | 2E | 57 | 20 | 1C | 4E | 26 |
| Octal | 256 | 136 | 26 | 0 | 56 | 127 | 40 | 34 | 116 | 46 |
| Binary | 10101110 | 1011110 | 10110 | 0 | 101110 | 1010111 | 100000 | 11100 | 1001110 | 100110 |
Color Harmonies of #AE5E16
Complementary color
Monochromatic Colors of #AE5E16
Black with #AE5E16
Text Example
Text Example
White with #AE5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E16; }
p { color: rgb(174,94,22); }
H1.HeaderClassName
{
color: #AE5E16;
}
.AnyTagClassName
{
color: #AE5E16;
}
</style>
background-color css
<style>
a { background-color: #AE5E16; }
a { background-color: rgb(174,94,22); }
div.DivClassName
{
background-color: #AE5E16;
}
.BgClassName
{
background-color: #AE5E16;
}
</style>
border-color css
<style>
span { border-color: #AE5E16; }
span { border-color: rgb(174,94,22); }
td.TdClassName
{
border-color: #AE5E16;
}
.TagClassName
{
border-color: #AE5E16;
}
</style>