Shades of Golden Brown #AE6C05
Tints of Golden Brown #AE6C05
RGB
CMYK
RGB Variations
Color information
#AE6C05 (or 0xAE6C05) is known color: Golden Brown. HEX triplet: AE, 6C and 05. RGB value is (174,108,5). Sum of RGB (Red+Green+Blue) = 174+108+5=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6C05 is #5193FA. Grayscale: #747474. Windows color (decimal): -5346299 or 355502. OLE color: 355502.
HSL color Cylindrical-coordinate representation of color #AE6C05: hue angle of 36.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE6C05 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.32 |
| HSL | 36.57º | 0.94% | 0.35% | - |
| HSV(B) | 36.57º | 0.97% | 0.68% | - |
| XYZ | 22.85 | 19.73 | 2.75 | - |
| YUV | 115.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 5 | 0 | 0.38 | 0.97 | 0.32 | 36.57 | 0.94 | 0.35 |
| Hex | AE | 6C | 5 | 0 | 26 | 61 | 20 | 25 | 5E | 23 |
| Octal | 256 | 154 | 5 | 0 | 46 | 141 | 40 | 45 | 136 | 43 |
| Binary | 10101110 | 1101100 | 101 | 0 | 100110 | 1100001 | 100000 | 100101 | 1011110 | 100011 |
Color Harmonies of #AE6C05
Complementary color
Monochromatic Colors of #AE6C05
Black with #AE6C05
Text Example
Text Example
White with #AE6C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C05; }
p { color: rgb(174,108,5); }
H1.HeaderClassName
{
color: #AE6C05;
}
.AnyTagClassName
{
color: #AE6C05;
}
</style>
background-color css
<style>
a { background-color: #AE6C05; }
a { background-color: rgb(174,108,5); }
div.DivClassName
{
background-color: #AE6C05;
}
.BgClassName
{
background-color: #AE6C05;
}
</style>
border-color css
<style>
span { border-color: #AE6C05; }
span { border-color: rgb(174,108,5); }
td.TdClassName
{
border-color: #AE6C05;
}
.TagClassName
{
border-color: #AE6C05;
}
</style>