Shades of Golden Brown #AE5B0F
Tints of Golden Brown #AE5B0F
RGB
CMYK
RGB Variations
Color information
#AE5B0F (or 0xAE5B0F) is known color: Golden Brown. HEX triplet: AE, 5B and 0F. RGB value is (174,91,15). Sum of RGB (Red+Green+Blue) = 174+91+15=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5B0F is #51A4F0. Grayscale: #6B6B6B. Windows color (decimal): -5350641 or 1006510. OLE color: 1006510.
HSL color Cylindrical-coordinate representation of color #AE5B0F: hue angle of 28.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE5B0F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 91 | 15 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.32 |
| HSL | 28.68º | 0.84% | 0.37% | - |
| HSV(B) | 28.68º | 0.91% | 0.68% | - |
| XYZ | 21.28 | 16.52 | 2.52 | - |
| YUV | 107.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 91 | 15 | 0 | 0.48 | 0.91 | 0.32 | 28.68 | 0.84 | 0.37 |
| Hex | AE | 5B | F | 0 | 30 | 5B | 20 | 1D | 54 | 25 |
| Octal | 256 | 133 | 17 | 0 | 60 | 133 | 40 | 35 | 124 | 45 |
| Binary | 10101110 | 1011011 | 1111 | 0 | 110000 | 1011011 | 100000 | 11101 | 1010100 | 100101 |
Color Harmonies of #AE5B0F
Complementary color
Monochromatic Colors of #AE5B0F
Black with #AE5B0F
Text Example
Text Example
White with #AE5B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5B0F; }
p { color: rgb(174,91,15); }
H1.HeaderClassName
{
color: #AE5B0F;
}
.AnyTagClassName
{
color: #AE5B0F;
}
</style>
background-color css
<style>
a { background-color: #AE5B0F; }
a { background-color: rgb(174,91,15); }
div.DivClassName
{
background-color: #AE5B0F;
}
.BgClassName
{
background-color: #AE5B0F;
}
</style>
border-color css
<style>
span { border-color: #AE5B0F; }
span { border-color: rgb(174,91,15); }
td.TdClassName
{
border-color: #AE5B0F;
}
.TagClassName
{
border-color: #AE5B0F;
}
</style>