Shades of Golden Brown #AD650A
Tints of Golden Brown #AD650A
RGB
CMYK
RGB Variations
Color information
#AD650A (or 0xAD650A) is known color: Golden Brown. HEX triplet: AD, 65 and 0A. RGB value is (173,101,10). Sum of RGB (Red+Green+Blue) = 173+101+10=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD650A is #529AF5. Grayscale: #707070. Windows color (decimal): -5413622 or 681389. OLE color: 681389.
HSL color Cylindrical-coordinate representation of color #AD650A: hue angle of 33.5º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD650A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 10 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.32 |
| HSL | 33.5º | 0.89% | 0.36% | - |
| HSV(B) | 33.5º | 0.94% | 0.68% | - |
| XYZ | 21.94 | 18.21 | 2.65 | - |
| YUV | 112.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 10 | 0 | 0.42 | 0.94 | 0.32 | 33.5 | 0.89 | 0.36 |
| Hex | AD | 65 | A | 0 | 2A | 5E | 20 | 21 | 59 | 24 |
| Octal | 255 | 145 | 12 | 0 | 52 | 136 | 40 | 41 | 131 | 44 |
| Binary | 10101101 | 1100101 | 1010 | 0 | 101010 | 1011110 | 100000 | 100001 | 1011001 | 100100 |
Color Harmonies of #AD650A
Complementary color
Monochromatic Colors of #AD650A
Black with #AD650A
Text Example
Text Example
White with #AD650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD650A; }
p { color: rgb(173,101,10); }
H1.HeaderClassName
{
color: #AD650A;
}
.AnyTagClassName
{
color: #AD650A;
}
</style>
background-color css
<style>
a { background-color: #AD650A; }
a { background-color: rgb(173,101,10); }
div.DivClassName
{
background-color: #AD650A;
}
.BgClassName
{
background-color: #AD650A;
}
</style>
border-color css
<style>
span { border-color: #AD650A; }
span { border-color: rgb(173,101,10); }
td.TdClassName
{
border-color: #AD650A;
}
.TagClassName
{
border-color: #AD650A;
}
</style>