Shades of Golden Brown #AD650B
Tints of Golden Brown #AD650B
RGB
CMYK
RGB Variations
Color information
#AD650B (or 0xAD650B) is known color: Golden Brown. HEX triplet: AD, 65 and 0B. RGB value is (173,101,11). Sum of RGB (Red+Green+Blue) = 173+101+11=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD650B is #529AF4. Grayscale: #707070. Windows color (decimal): -5413621 or 746925. OLE color: 746925.
HSL color Cylindrical-coordinate representation of color #AD650B: hue angle of 33.33º degrees, saturation: 0.88, 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 #AD650B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.32 |
| HSL | 33.33º | 0.88% | 0.36% | - |
| HSV(B) | 33.33º | 0.94% | 0.68% | - |
| XYZ | 21.95 | 18.22 | 2.68 | - |
| YUV | 112.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 11 | 0 | 0.42 | 0.94 | 0.32 | 33.33 | 0.88 | 0.36 |
| Hex | AD | 65 | B | 0 | 2A | 5E | 20 | 21 | 58 | 24 |
| Octal | 255 | 145 | 13 | 0 | 52 | 136 | 40 | 41 | 130 | 44 |
| Binary | 10101101 | 1100101 | 1011 | 0 | 101010 | 1011110 | 100000 | 100001 | 1011000 | 100100 |
Color Harmonies of #AD650B
Complementary color
Monochromatic Colors of #AD650B
Black with #AD650B
Text Example
Text Example
White with #AD650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD650B; }
p { color: rgb(173,101,11); }
H1.HeaderClassName
{
color: #AD650B;
}
.AnyTagClassName
{
color: #AD650B;
}
</style>
background-color css
<style>
a { background-color: #AD650B; }
a { background-color: rgb(173,101,11); }
div.DivClassName
{
background-color: #AD650B;
}
.BgClassName
{
background-color: #AD650B;
}
</style>
border-color css
<style>
span { border-color: #AD650B; }
span { border-color: rgb(173,101,11); }
td.TdClassName
{
border-color: #AD650B;
}
.TagClassName
{
border-color: #AD650B;
}
</style>