Shades of Golden Brown #AD6B00
Tints of Golden Brown #AD6B00
RGB
CMYK
RGB Variations
Color information
#AD6B00 (or 0xAD6B00) is known color: Golden Brown. HEX triplet: AD, 6B and 00. RGB value is (173,107,0). Sum of RGB (Red+Green+Blue) = 173+107+0=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B00 is #5294FF. Grayscale: #737373. Windows color (decimal): -5412096 or 27565. OLE color: 27565.
HSL color Cylindrical-coordinate representation of color #AD6B00: hue angle of 37.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD6B00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.32 |
| HSL | 37.11º | 1% | 0.34% | - |
| HSV(B) | 37.11º | 1% | 0.68% | - |
| XYZ | 22.49 | 19.4 | 2.56 | - |
| YUV | 114.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 0 | 0 | 0.38 | 1 | 0.32 | 37.11 | 1 | 0.34 |
| Hex | AD | 6B | 0 | 0 | 26 | 64 | 20 | 25 | 64 | 22 |
| Octal | 255 | 153 | 0 | 0 | 46 | 144 | 40 | 45 | 144 | 42 |
| Binary | 10101101 | 1101011 | 0 | 0 | 100110 | 1100100 | 100000 | 100101 | 1100100 | 100010 |
Color Harmonies of #AD6B00
Complementary color
Monochromatic Colors of #AD6B00
Black with #AD6B00
Text Example
Text Example
White with #AD6B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B00; }
p { color: rgb(173,107,0); }
H1.HeaderClassName
{
color: #AD6B00;
}
.AnyTagClassName
{
color: #AD6B00;
}
</style>
background-color css
<style>
a { background-color: #AD6B00; }
a { background-color: rgb(173,107,0); }
div.DivClassName
{
background-color: #AD6B00;
}
.BgClassName
{
background-color: #AD6B00;
}
</style>
border-color css
<style>
span { border-color: #AD6B00; }
span { border-color: rgb(173,107,0); }
td.TdClassName
{
border-color: #AD6B00;
}
.TagClassName
{
border-color: #AD6B00;
}
</style>