Shades of Golden Brown #AD6310
Tints of Golden Brown #AD6310
RGB
CMYK
RGB Variations
Color information
#AD6310 (or 0xAD6310) is known color: Golden Brown. HEX triplet: AD, 63 and 10. RGB value is (173,99,16). Sum of RGB (Red+Green+Blue) = 173+99+16=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6310 is #529CEF. Grayscale: #707070. Windows color (decimal): -5414128 or 1074093. OLE color: 1074093.
HSL color Cylindrical-coordinate representation of color #AD6310: hue angle of 31.72º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD6310 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.32 |
| HSL | 31.72º | 0.83% | 0.37% | - |
| HSV(B) | 31.72º | 0.91% | 0.68% | - |
| XYZ | 21.79 | 17.85 | 2.79 | - |
| YUV | 111.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 16 | 0 | 0.43 | 0.91 | 0.32 | 31.72 | 0.83 | 0.37 |
| Hex | AD | 63 | 10 | 0 | 2B | 5B | 20 | 20 | 53 | 25 |
| Octal | 255 | 143 | 20 | 0 | 53 | 133 | 40 | 40 | 123 | 45 |
| Binary | 10101101 | 1100011 | 10000 | 0 | 101011 | 1011011 | 100000 | 100000 | 1010011 | 100101 |
Color Harmonies of #AD6310
Complementary color
Monochromatic Colors of #AD6310
Black with #AD6310
Text Example
Text Example
White with #AD6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6310; }
p { color: rgb(173,99,16); }
H1.HeaderClassName
{
color: #AD6310;
}
.AnyTagClassName
{
color: #AD6310;
}
</style>
background-color css
<style>
a { background-color: #AD6310; }
a { background-color: rgb(173,99,16); }
div.DivClassName
{
background-color: #AD6310;
}
.BgClassName
{
background-color: #AD6310;
}
</style>
border-color css
<style>
span { border-color: #AD6310; }
span { border-color: rgb(173,99,16); }
td.TdClassName
{
border-color: #AD6310;
}
.TagClassName
{
border-color: #AD6310;
}
</style>