Shades of Golden Brown #AD6510
Tints of Golden Brown #AD6510
RGB
CMYK
RGB Variations
Color information
#AD6510 (or 0xAD6510) is known color: Golden Brown. HEX triplet: AD, 65 and 10. RGB value is (173,101,16). Sum of RGB (Red+Green+Blue) = 173+101+16=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6510 is #529AEF. Grayscale: #717171. Windows color (decimal): -5413616 or 1074605. OLE color: 1074605.
HSL color Cylindrical-coordinate representation of color #AD6510: hue angle of 32.48º 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 #AD6510 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.32 |
| HSL | 32.48º | 0.83% | 0.37% | - |
| HSV(B) | 32.48º | 0.91% | 0.68% | - |
| XYZ | 21.98 | 18.23 | 2.85 | - |
| YUV | 112.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 16 | 0 | 0.42 | 0.91 | 0.32 | 32.48 | 0.83 | 0.37 |
| Hex | AD | 65 | 10 | 0 | 2A | 5B | 20 | 20 | 53 | 25 |
| Octal | 255 | 145 | 20 | 0 | 52 | 133 | 40 | 40 | 123 | 45 |
| Binary | 10101101 | 1100101 | 10000 | 0 | 101010 | 1011011 | 100000 | 100000 | 1010011 | 100101 |
Color Harmonies of #AD6510
Complementary color
Monochromatic Colors of #AD6510
Black with #AD6510
Text Example
Text Example
White with #AD6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6510; }
p { color: rgb(173,101,16); }
H1.HeaderClassName
{
color: #AD6510;
}
.AnyTagClassName
{
color: #AD6510;
}
</style>
background-color css
<style>
a { background-color: #AD6510; }
a { background-color: rgb(173,101,16); }
div.DivClassName
{
background-color: #AD6510;
}
.BgClassName
{
background-color: #AD6510;
}
</style>
border-color css
<style>
span { border-color: #AD6510; }
span { border-color: rgb(173,101,16); }
td.TdClassName
{
border-color: #AD6510;
}
.TagClassName
{
border-color: #AD6510;
}
</style>