Shades of Golden Brown #AE6500
Tints of Golden Brown #AE6500
RGB
CMYK
RGB Variations
Color information
#AE6500 (or 0xAE6500) is known color: Golden Brown. HEX triplet: AE, 65 and 00. RGB value is (174,101,0). Sum of RGB (Red+Green+Blue) = 174+101+0=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6500 is #519AFF. Grayscale: #6F6F6F. Windows color (decimal): -5348096 or 26030. OLE color: 26030.
HSL color Cylindrical-coordinate representation of color #AE6500: hue angle of 34.83º 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 #AE6500 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.32 |
| HSL | 34.83º | 1% | 0.34% | - |
| HSV(B) | 34.83º | 1% | 0.68% | - |
| XYZ | 22.11 | 18.31 | 2.37 | - |
| YUV | 111.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 0 | 0 | 0.42 | 1 | 0.32 | 34.83 | 1 | 0.34 |
| Hex | AE | 65 | 0 | 0 | 2A | 64 | 20 | 23 | 64 | 22 |
| Octal | 256 | 145 | 0 | 0 | 52 | 144 | 40 | 43 | 144 | 42 |
| Binary | 10101110 | 1100101 | 0 | 0 | 101010 | 1100100 | 100000 | 100011 | 1100100 | 100010 |
Color Harmonies of #AE6500
Complementary color
Monochromatic Colors of #AE6500
Black with #AE6500
Text Example
Text Example
White with #AE6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6500; }
p { color: rgb(174,101,0); }
H1.HeaderClassName
{
color: #AE6500;
}
.AnyTagClassName
{
color: #AE6500;
}
</style>
background-color css
<style>
a { background-color: #AE6500; }
a { background-color: rgb(174,101,0); }
div.DivClassName
{
background-color: #AE6500;
}
.BgClassName
{
background-color: #AE6500;
}
</style>
border-color css
<style>
span { border-color: #AE6500; }
span { border-color: rgb(174,101,0); }
td.TdClassName
{
border-color: #AE6500;
}
.TagClassName
{
border-color: #AE6500;
}
</style>