Shades of Golden Brown #AD650E
Tints of Golden Brown #AD650E
RGB
CMYK
RGB Variations
Color information
#AD650E (or 0xAD650E) is known color: Golden Brown. HEX triplet: AD, 65 and 0E. RGB value is (173,101,14). Sum of RGB (Red+Green+Blue) = 173+101+14=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD650E is #529AF1. Grayscale: #717171. Windows color (decimal): -5413618 or 943533. OLE color: 943533.
HSL color Cylindrical-coordinate representation of color #AD650E: hue angle of 32.83º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD650E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.32 |
| HSL | 32.83º | 0.85% | 0.37% | - |
| HSV(B) | 32.83º | 0.92% | 0.68% | - |
| XYZ | 21.97 | 18.22 | 2.78 | - |
| YUV | 112.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 14 | 0 | 0.42 | 0.92 | 0.32 | 32.83 | 0.85 | 0.37 |
| Hex | AD | 65 | E | 0 | 2A | 5C | 20 | 21 | 55 | 25 |
| Octal | 255 | 145 | 16 | 0 | 52 | 134 | 40 | 41 | 125 | 45 |
| Binary | 10101101 | 1100101 | 1110 | 0 | 101010 | 1011100 | 100000 | 100001 | 1010101 | 100101 |
Color Harmonies of #AD650E
Complementary color
Monochromatic Colors of #AD650E
Black with #AD650E
Text Example
Text Example
White with #AD650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD650E; }
p { color: rgb(173,101,14); }
H1.HeaderClassName
{
color: #AD650E;
}
.AnyTagClassName
{
color: #AD650E;
}
</style>
background-color css
<style>
a { background-color: #AD650E; }
a { background-color: rgb(173,101,14); }
div.DivClassName
{
background-color: #AD650E;
}
.BgClassName
{
background-color: #AD650E;
}
</style>
border-color css
<style>
span { border-color: #AD650E; }
span { border-color: rgb(173,101,14); }
td.TdClassName
{
border-color: #AD650E;
}
.TagClassName
{
border-color: #AD650E;
}
</style>