Shades of Golden Brown #AD6A03
Tints of Golden Brown #AD6A03
RGB
CMYK
RGB Variations
Color information
#AD6A03 (or 0xAD6A03) is known color: Golden Brown. HEX triplet: AD, 6A and 03. RGB value is (173,106,3). Sum of RGB (Red+Green+Blue) = 173+106+3=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A03 is #5295FC. Grayscale: #727272. Windows color (decimal): -5412349 or 223917. OLE color: 223917.
HSL color Cylindrical-coordinate representation of color #AD6A03: hue angle of 36.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD6A03 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.32 |
| HSL | 36.35º | 0.97% | 0.35% | - |
| HSV(B) | 36.35º | 0.98% | 0.68% | - |
| XYZ | 22.4 | 19.2 | 2.61 | - |
| YUV | 114.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 3 | 0 | 0.39 | 0.98 | 0.32 | 36.35 | 0.97 | 0.35 |
| Hex | AD | 6A | 3 | 0 | 27 | 62 | 20 | 24 | 61 | 23 |
| Octal | 255 | 152 | 3 | 0 | 47 | 142 | 40 | 44 | 141 | 43 |
| Binary | 10101101 | 1101010 | 11 | 0 | 100111 | 1100010 | 100000 | 100100 | 1100001 | 100011 |
Color Harmonies of #AD6A03
Complementary color
Monochromatic Colors of #AD6A03
Black with #AD6A03
Text Example
Text Example
White with #AD6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A03; }
p { color: rgb(173,106,3); }
H1.HeaderClassName
{
color: #AD6A03;
}
.AnyTagClassName
{
color: #AD6A03;
}
</style>
background-color css
<style>
a { background-color: #AD6A03; }
a { background-color: rgb(173,106,3); }
div.DivClassName
{
background-color: #AD6A03;
}
.BgClassName
{
background-color: #AD6A03;
}
</style>
border-color css
<style>
span { border-color: #AD6A03; }
span { border-color: rgb(173,106,3); }
td.TdClassName
{
border-color: #AD6A03;
}
.TagClassName
{
border-color: #AD6A03;
}
</style>