Shades of Golden Brown #AE6001
Tints of Golden Brown #AE6001
RGB
CMYK
RGB Variations
Color information
#AE6001 (or 0xAE6001) is known color: Golden Brown. HEX triplet: AE, 60 and 01. RGB value is (174,96,1). Sum of RGB (Red+Green+Blue) = 174+96+1=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6001 is #519FFE. Grayscale: #6C6C6C. Windows color (decimal): -5349375 or 90286. OLE color: 90286.
HSL color Cylindrical-coordinate representation of color #AE6001: hue angle of 32.95º 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 #AE6001 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.32 |
| HSL | 32.95º | 0.99% | 0.34% | - |
| HSV(B) | 32.95º | 0.99% | 0.68% | - |
| XYZ | 21.64 | 17.37 | 2.24 | - |
| YUV | 108.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 1 | 0 | 0.45 | 0.99 | 0.32 | 32.95 | 0.99 | 0.34 |
| Hex | AE | 60 | 1 | 0 | 2D | 63 | 20 | 21 | 63 | 22 |
| Octal | 256 | 140 | 1 | 0 | 55 | 143 | 40 | 41 | 143 | 42 |
| Binary | 10101110 | 1100000 | 1 | 0 | 101101 | 1100011 | 100000 | 100001 | 1100011 | 100010 |
Color Harmonies of #AE6001
Complementary color
Monochromatic Colors of #AE6001
Black with #AE6001
Text Example
Text Example
White with #AE6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6001; }
p { color: rgb(174,96,1); }
H1.HeaderClassName
{
color: #AE6001;
}
.AnyTagClassName
{
color: #AE6001;
}
</style>
background-color css
<style>
a { background-color: #AE6001; }
a { background-color: rgb(174,96,1); }
div.DivClassName
{
background-color: #AE6001;
}
.BgClassName
{
background-color: #AE6001;
}
</style>
border-color css
<style>
span { border-color: #AE6001; }
span { border-color: rgb(174,96,1); }
td.TdClassName
{
border-color: #AE6001;
}
.TagClassName
{
border-color: #AE6001;
}
</style>