Shades of Golden Brown #AE6900
Tints of Golden Brown #AE6900
RGB
CMYK
RGB Variations
Color information
#AE6900 (or 0xAE6900) is known color: Golden Brown. HEX triplet: AE, 69 and 00. RGB value is (174,105,0). Sum of RGB (Red+Green+Blue) = 174+105+0=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6900 is #5196FF. Grayscale: #727272. Windows color (decimal): -5347072 or 27054. OLE color: 27054.
HSL color Cylindrical-coordinate representation of color #AE6900: hue angle of 36.21º 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 #AE6900 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.32 |
| HSL | 36.21º | 1% | 0.34% | - |
| HSV(B) | 36.21º | 1% | 0.68% | - |
| XYZ | 22.51 | 19.1 | 2.5 | - |
| YUV | 113.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 0 | 0 | 0.40 | 1 | 0.32 | 36.21 | 1 | 0.34 |
| Hex | AE | 69 | 0 | 0 | 28 | 64 | 20 | 24 | 64 | 22 |
| Octal | 256 | 151 | 0 | 0 | 50 | 144 | 40 | 44 | 144 | 42 |
| Binary | 10101110 | 1101001 | 0 | 0 | 101000 | 1100100 | 100000 | 100100 | 1100100 | 100010 |
Color Harmonies of #AE6900
Complementary color
Monochromatic Colors of #AE6900
Black with #AE6900
Text Example
Text Example
White with #AE6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6900; }
p { color: rgb(174,105,0); }
H1.HeaderClassName
{
color: #AE6900;
}
.AnyTagClassName
{
color: #AE6900;
}
</style>
background-color css
<style>
a { background-color: #AE6900; }
a { background-color: rgb(174,105,0); }
div.DivClassName
{
background-color: #AE6900;
}
.BgClassName
{
background-color: #AE6900;
}
</style>
border-color css
<style>
span { border-color: #AE6900; }
span { border-color: rgb(174,105,0); }
td.TdClassName
{
border-color: #AE6900;
}
.TagClassName
{
border-color: #AE6900;
}
</style>