Shades of Golden Brown #AD6D0C
Tints of Golden Brown #AD6D0C
RGB
CMYK
RGB Variations
Color information
#AD6D0C (or 0xAD6D0C) is known color: Golden Brown. HEX triplet: AD, 6D and 0C. RGB value is (173,109,12). Sum of RGB (Red+Green+Blue) = 173+109+12=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D0C is #5292F3. Grayscale: #757575. Windows color (decimal): -5411572 or 814509. OLE color: 814509.
HSL color Cylindrical-coordinate representation of color #AD6D0C: hue angle of 36.15º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD6D0C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 12 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.32 |
| HSL | 36.15º | 0.87% | 0.36% | - |
| HSV(B) | 36.15º | 0.93% | 0.68% | - |
| XYZ | 22.77 | 19.85 | 2.98 | - |
| YUV | 117.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 12 | 0 | 0.37 | 0.93 | 0.32 | 36.15 | 0.87 | 0.36 |
| Hex | AD | 6D | C | 0 | 25 | 5D | 20 | 24 | 57 | 24 |
| Octal | 255 | 155 | 14 | 0 | 45 | 135 | 40 | 44 | 127 | 44 |
| Binary | 10101101 | 1101101 | 1100 | 0 | 100101 | 1011101 | 100000 | 100100 | 1010111 | 100100 |
Color Harmonies of #AD6D0C
Complementary color
Monochromatic Colors of #AD6D0C
Black with #AD6D0C
Text Example
Text Example
White with #AD6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D0C; }
p { color: rgb(173,109,12); }
H1.HeaderClassName
{
color: #AD6D0C;
}
.AnyTagClassName
{
color: #AD6D0C;
}
</style>
background-color css
<style>
a { background-color: #AD6D0C; }
a { background-color: rgb(173,109,12); }
div.DivClassName
{
background-color: #AD6D0C;
}
.BgClassName
{
background-color: #AD6D0C;
}
</style>
border-color css
<style>
span { border-color: #AD6D0C; }
span { border-color: rgb(173,109,12); }
td.TdClassName
{
border-color: #AD6D0C;
}
.TagClassName
{
border-color: #AD6D0C;
}
</style>