Shades of Golden Brown #AD6301
Tints of Golden Brown #AD6301
RGB
CMYK
RGB Variations
Color information
#AD6301 (or 0xAD6301) is known color: Golden Brown. HEX triplet: AD, 63 and 01. RGB value is (173,99,1). Sum of RGB (Red+Green+Blue) = 173+99+1=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6301 is #529CFE. Grayscale: #6E6E6E. Windows color (decimal): -5414143 or 91053. OLE color: 91053.
HSL color Cylindrical-coordinate representation of color #AD6301: hue angle of 34.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6301 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.32 |
| HSL | 34.19º | 0.99% | 0.34% | - |
| HSV(B) | 34.19º | 0.99% | 0.68% | - |
| XYZ | 21.7 | 17.81 | 2.32 | - |
| YUV | 109.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 1 | 0 | 0.43 | 0.99 | 0.32 | 34.19 | 0.99 | 0.34 |
| Hex | AD | 63 | 1 | 0 | 2B | 63 | 20 | 22 | 63 | 22 |
| Octal | 255 | 143 | 1 | 0 | 53 | 143 | 40 | 42 | 143 | 42 |
| Binary | 10101101 | 1100011 | 1 | 0 | 101011 | 1100011 | 100000 | 100010 | 1100011 | 100010 |
Color Harmonies of #AD6301
Complementary color
Monochromatic Colors of #AD6301
Black with #AD6301
Text Example
Text Example
White with #AD6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6301; }
p { color: rgb(173,99,1); }
H1.HeaderClassName
{
color: #AD6301;
}
.AnyTagClassName
{
color: #AD6301;
}
</style>
background-color css
<style>
a { background-color: #AD6301; }
a { background-color: rgb(173,99,1); }
div.DivClassName
{
background-color: #AD6301;
}
.BgClassName
{
background-color: #AD6301;
}
</style>
border-color css
<style>
span { border-color: #AD6301; }
span { border-color: rgb(173,99,1); }
td.TdClassName
{
border-color: #AD6301;
}
.TagClassName
{
border-color: #AD6301;
}
</style>