Shades of Golden Brown #AE6201
Tints of Golden Brown #AE6201
RGB
CMYK
RGB Variations
Color information
#AE6201 (or 0xAE6201) is known color: Golden Brown. HEX triplet: AE, 62 and 01. RGB value is (174,98,1). Sum of RGB (Red+Green+Blue) = 174+98+1=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6201 is #519DFE. Grayscale: #6E6E6E. Windows color (decimal): -5348863 or 90798. OLE color: 90798.
HSL color Cylindrical-coordinate representation of color #AE6201: hue angle of 33.64º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE6201 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.32 |
| HSL | 33.64º | 0.99% | 0.34% | - |
| HSV(B) | 33.64º | 0.99% | 0.68% | - |
| XYZ | 21.83 | 17.74 | 2.3 | - |
| YUV | 109.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 1 | 0 | 0.44 | 0.99 | 0.32 | 33.64 | 0.99 | 0.34 |
| Hex | AE | 62 | 1 | 0 | 2C | 63 | 20 | 22 | 63 | 22 |
| Octal | 256 | 142 | 1 | 0 | 54 | 143 | 40 | 42 | 143 | 42 |
| Binary | 10101110 | 1100010 | 1 | 0 | 101100 | 1100011 | 100000 | 100010 | 1100011 | 100010 |
Color Harmonies of #AE6201
Complementary color
Monochromatic Colors of #AE6201
Black with #AE6201
Text Example
Text Example
White with #AE6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6201; }
p { color: rgb(174,98,1); }
H1.HeaderClassName
{
color: #AE6201;
}
.AnyTagClassName
{
color: #AE6201;
}
</style>
background-color css
<style>
a { background-color: #AE6201; }
a { background-color: rgb(174,98,1); }
div.DivClassName
{
background-color: #AE6201;
}
.BgClassName
{
background-color: #AE6201;
}
</style>
border-color css
<style>
span { border-color: #AE6201; }
span { border-color: rgb(174,98,1); }
td.TdClassName
{
border-color: #AE6201;
}
.TagClassName
{
border-color: #AE6201;
}
</style>