Shades of Golden Brown #AD6300
Tints of Golden Brown #AD6300
RGB
CMYK
RGB Variations
Color information
#AD6300 (or 0xAD6300) is known color: Golden Brown. HEX triplet: AD, 63 and 00. RGB value is (173,99,0). Sum of RGB (Red+Green+Blue) = 173+99+0=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6300 is #529CFF. Grayscale: #6E6E6E. Windows color (decimal): -5414144 or 25517. OLE color: 25517.
HSL color Cylindrical-coordinate representation of color #AD6300: hue angle of 34.34º 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 #AD6300 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.32 |
| HSL | 34.34º | 1% | 0.34% | - |
| HSV(B) | 34.34º | 1% | 0.68% | - |
| XYZ | 21.7 | 17.81 | 2.29 | - |
| YUV | 109.84 | 66.02 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 0 | 0 | 0.43 | 1 | 0.32 | 34.34 | 1 | 0.34 |
| Hex | AD | 63 | 0 | 0 | 2B | 64 | 20 | 22 | 64 | 22 |
| Octal | 255 | 143 | 0 | 0 | 53 | 144 | 40 | 42 | 144 | 42 |
| Binary | 10101101 | 1100011 | 0 | 0 | 101011 | 1100100 | 100000 | 100010 | 1100100 | 100010 |
Color Harmonies of #AD6300
Complementary color
Monochromatic Colors of #AD6300
Black with #AD6300
Text Example
Text Example
White with #AD6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6300; }
p { color: rgb(173,99,0); }
H1.HeaderClassName
{
color: #AD6300;
}
.AnyTagClassName
{
color: #AD6300;
}
</style>
background-color css
<style>
a { background-color: #AD6300; }
a { background-color: rgb(173,99,0); }
div.DivClassName
{
background-color: #AD6300;
}
.BgClassName
{
background-color: #AD6300;
}
</style>
border-color css
<style>
span { border-color: #AD6300; }
span { border-color: rgb(173,99,0); }
td.TdClassName
{
border-color: #AD6300;
}
.TagClassName
{
border-color: #AD6300;
}
</style>