Shades of Golden Brown #AD6307
Tints of Golden Brown #AD6307
RGB
CMYK
RGB Variations
Color information
#AD6307 (or 0xAD6307) is known color: Golden Brown. HEX triplet: AD, 63 and 07. RGB value is (173,99,7). Sum of RGB (Red+Green+Blue) = 173+99+7=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6307 is #529CF8. Grayscale: #6F6F6F. Windows color (decimal): -5414137 or 484269. OLE color: 484269.
HSL color Cylindrical-coordinate representation of color #AD6307: hue angle of 33.25º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD6307 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 7 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.32 |
| HSL | 33.25º | 0.92% | 0.35% | - |
| HSV(B) | 33.25º | 0.96% | 0.68% | - |
| XYZ | 21.73 | 17.82 | 2.5 | - |
| YUV | 110.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 7 | 0 | 0.43 | 0.96 | 0.32 | 33.25 | 0.92 | 0.35 |
| Hex | AD | 63 | 7 | 0 | 2B | 60 | 20 | 21 | 5C | 23 |
| Octal | 255 | 143 | 7 | 0 | 53 | 140 | 40 | 41 | 134 | 43 |
| Binary | 10101101 | 1100011 | 111 | 0 | 101011 | 1100000 | 100000 | 100001 | 1011100 | 100011 |
Color Harmonies of #AD6307
Complementary color
Monochromatic Colors of #AD6307
Black with #AD6307
Text Example
Text Example
White with #AD6307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6307; }
p { color: rgb(173,99,7); }
H1.HeaderClassName
{
color: #AD6307;
}
.AnyTagClassName
{
color: #AD6307;
}
</style>
background-color css
<style>
a { background-color: #AD6307; }
a { background-color: rgb(173,99,7); }
div.DivClassName
{
background-color: #AD6307;
}
.BgClassName
{
background-color: #AD6307;
}
</style>
border-color css
<style>
span { border-color: #AD6307; }
span { border-color: rgb(173,99,7); }
td.TdClassName
{
border-color: #AD6307;
}
.TagClassName
{
border-color: #AD6307;
}
</style>