Shades of Golden Brown #AE6D0D
Tints of Golden Brown #AE6D0D
RGB
CMYK
RGB Variations
Color information
#AE6D0D (or 0xAE6D0D) is known color: Golden Brown. HEX triplet: AE, 6D and 0D. RGB value is (174,109,13). Sum of RGB (Red+Green+Blue) = 174+109+13=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6D0D is #5192F2. Grayscale: #757575. Windows color (decimal): -5346035 or 880046. OLE color: 880046.
HSL color Cylindrical-coordinate representation of color #AE6D0D: hue angle of 35.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE6D0D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.32 |
| HSL | 35.78º | 0.86% | 0.37% | - |
| HSV(B) | 35.78º | 0.93% | 0.68% | - |
| XYZ | 23 | 19.97 | 3.02 | - |
| YUV | 117.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 13 | 0 | 0.37 | 0.93 | 0.32 | 35.78 | 0.86 | 0.37 |
| Hex | AE | 6D | D | 0 | 25 | 5D | 20 | 24 | 56 | 25 |
| Octal | 256 | 155 | 15 | 0 | 45 | 135 | 40 | 44 | 126 | 45 |
| Binary | 10101110 | 1101101 | 1101 | 0 | 100101 | 1011101 | 100000 | 100100 | 1010110 | 100101 |
Color Harmonies of #AE6D0D
Complementary color
Monochromatic Colors of #AE6D0D
Black with #AE6D0D
Text Example
Text Example
White with #AE6D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D0D; }
p { color: rgb(174,109,13); }
H1.HeaderClassName
{
color: #AE6D0D;
}
.AnyTagClassName
{
color: #AE6D0D;
}
</style>
background-color css
<style>
a { background-color: #AE6D0D; }
a { background-color: rgb(174,109,13); }
div.DivClassName
{
background-color: #AE6D0D;
}
.BgClassName
{
background-color: #AE6D0D;
}
</style>
border-color css
<style>
span { border-color: #AE6D0D; }
span { border-color: rgb(174,109,13); }
td.TdClassName
{
border-color: #AE6D0D;
}
.TagClassName
{
border-color: #AE6D0D;
}
</style>