Shades of Golden Brown #AE6300
Tints of Golden Brown #AE6300
RGB
CMYK
RGB Variations
Color information
#AE6300 (or 0xAE6300) is known color: Golden Brown. HEX triplet: AE, 63 and 00. RGB value is (174,99,0). Sum of RGB (Red+Green+Blue) = 174+99+0=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6300 is #519CFF. Grayscale: #6E6E6E. Windows color (decimal): -5348608 or 25518. OLE color: 25518.
HSL color Cylindrical-coordinate representation of color #AE6300: hue angle of 34.14º 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 #AE6300 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.32 |
| HSL | 34.14º | 1% | 0.34% | - |
| HSV(B) | 34.14º | 1% | 0.68% | - |
| XYZ | 21.92 | 17.92 | 2.3 | - |
| YUV | 110.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 0 | 0 | 0.43 | 1 | 0.32 | 34.14 | 1 | 0.34 |
| Hex | AE | 63 | 0 | 0 | 2B | 64 | 20 | 22 | 64 | 22 |
| Octal | 256 | 143 | 0 | 0 | 53 | 144 | 40 | 42 | 144 | 42 |
| Binary | 10101110 | 1100011 | 0 | 0 | 101011 | 1100100 | 100000 | 100010 | 1100100 | 100010 |
Color Harmonies of #AE6300
Complementary color
Monochromatic Colors of #AE6300
Black with #AE6300
Text Example
Text Example
White with #AE6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6300; }
p { color: rgb(174,99,0); }
H1.HeaderClassName
{
color: #AE6300;
}
.AnyTagClassName
{
color: #AE6300;
}
</style>
background-color css
<style>
a { background-color: #AE6300; }
a { background-color: rgb(174,99,0); }
div.DivClassName
{
background-color: #AE6300;
}
.BgClassName
{
background-color: #AE6300;
}
</style>
border-color css
<style>
span { border-color: #AE6300; }
span { border-color: rgb(174,99,0); }
td.TdClassName
{
border-color: #AE6300;
}
.TagClassName
{
border-color: #AE6300;
}
</style>