Shades of Golden Brown #AD6A05
Tints of Golden Brown #AD6A05
RGB
CMYK
RGB Variations
Color information
#AD6A05 (or 0xAD6A05) is known color: Golden Brown. HEX triplet: AD, 6A and 05. RGB value is (173,106,5). Sum of RGB (Red+Green+Blue) = 173+106+5=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A05 is #5295FA. Grayscale: #727272. Windows color (decimal): -5412347 or 354989. OLE color: 354989.
HSL color Cylindrical-coordinate representation of color #AD6A05: hue angle of 36.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD6A05 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.32 |
| HSL | 36.07º | 0.94% | 0.35% | - |
| HSV(B) | 36.07º | 0.97% | 0.68% | - |
| XYZ | 22.42 | 19.2 | 2.67 | - |
| YUV | 114.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 5 | 0 | 0.39 | 0.97 | 0.32 | 36.07 | 0.94 | 0.35 |
| Hex | AD | 6A | 5 | 0 | 27 | 61 | 20 | 24 | 5E | 23 |
| Octal | 255 | 152 | 5 | 0 | 47 | 141 | 40 | 44 | 136 | 43 |
| Binary | 10101101 | 1101010 | 101 | 0 | 100111 | 1100001 | 100000 | 100100 | 1011110 | 100011 |
Color Harmonies of #AD6A05
Complementary color
Monochromatic Colors of #AD6A05
Black with #AD6A05
Text Example
Text Example
White with #AD6A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A05; }
p { color: rgb(173,106,5); }
H1.HeaderClassName
{
color: #AD6A05;
}
.AnyTagClassName
{
color: #AD6A05;
}
</style>
background-color css
<style>
a { background-color: #AD6A05; }
a { background-color: rgb(173,106,5); }
div.DivClassName
{
background-color: #AD6A05;
}
.BgClassName
{
background-color: #AD6A05;
}
</style>
border-color css
<style>
span { border-color: #AD6A05; }
span { border-color: rgb(173,106,5); }
td.TdClassName
{
border-color: #AD6A05;
}
.TagClassName
{
border-color: #AD6A05;
}
</style>