Shades of Golden Brown #AD6B0C
Tints of Golden Brown #AD6B0C
RGB
CMYK
RGB Variations
Color information
#AD6B0C (or 0xAD6B0C) is known color: Golden Brown. HEX triplet: AD, 6B and 0C. RGB value is (173,107,12). Sum of RGB (Red+Green+Blue) = 173+107+12=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B0C is #5294F3. Grayscale: #747474. Windows color (decimal): -5412084 or 813997. OLE color: 813997.
HSL color Cylindrical-coordinate representation of color #AD6B0C: hue angle of 35.4º 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 #AD6B0C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 12 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.32 |
| HSL | 35.4º | 0.87% | 0.36% | - |
| HSV(B) | 35.4º | 0.93% | 0.68% | - |
| XYZ | 22.56 | 19.43 | 2.91 | - |
| YUV | 115.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 12 | 0 | 0.38 | 0.93 | 0.32 | 35.4 | 0.87 | 0.36 |
| Hex | AD | 6B | C | 0 | 26 | 5D | 20 | 23 | 57 | 24 |
| Octal | 255 | 153 | 14 | 0 | 46 | 135 | 40 | 43 | 127 | 44 |
| Binary | 10101101 | 1101011 | 1100 | 0 | 100110 | 1011101 | 100000 | 100011 | 1010111 | 100100 |
Color Harmonies of #AD6B0C
Complementary color
Monochromatic Colors of #AD6B0C
Black with #AD6B0C
Text Example
Text Example
White with #AD6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B0C; }
p { color: rgb(173,107,12); }
H1.HeaderClassName
{
color: #AD6B0C;
}
.AnyTagClassName
{
color: #AD6B0C;
}
</style>
background-color css
<style>
a { background-color: #AD6B0C; }
a { background-color: rgb(173,107,12); }
div.DivClassName
{
background-color: #AD6B0C;
}
.BgClassName
{
background-color: #AD6B0C;
}
</style>
border-color css
<style>
span { border-color: #AD6B0C; }
span { border-color: rgb(173,107,12); }
td.TdClassName
{
border-color: #AD6B0C;
}
.TagClassName
{
border-color: #AD6B0C;
}
</style>