Shades of Golden Brown #AD6504
Tints of Golden Brown #AD6504
RGB
CMYK
RGB Variations
Color information
#AD6504 (or 0xAD6504) is known color: Golden Brown. HEX triplet: AD, 65 and 04. RGB value is (173,101,4). Sum of RGB (Red+Green+Blue) = 173+101+4=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6504 is #529AFB. Grayscale: #6F6F6F. Windows color (decimal): -5413628 or 288173. OLE color: 288173.
HSL color Cylindrical-coordinate representation of color #AD6504: hue angle of 34.44º degrees, saturation: 0.95, 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 #AD6504 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.32 |
| HSL | 34.44º | 0.95% | 0.35% | - |
| HSV(B) | 34.44º | 0.98% | 0.68% | - |
| XYZ | 21.91 | 18.2 | 2.47 | - |
| YUV | 111.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 4 | 0 | 0.42 | 0.98 | 0.32 | 34.44 | 0.95 | 0.35 |
| Hex | AD | 65 | 4 | 0 | 2A | 62 | 20 | 22 | 5F | 23 |
| Octal | 255 | 145 | 4 | 0 | 52 | 142 | 40 | 42 | 137 | 43 |
| Binary | 10101101 | 1100101 | 100 | 0 | 101010 | 1100010 | 100000 | 100010 | 1011111 | 100011 |
Color Harmonies of #AD6504
Complementary color
Monochromatic Colors of #AD6504
Black with #AD6504
Text Example
Text Example
White with #AD6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6504; }
p { color: rgb(173,101,4); }
H1.HeaderClassName
{
color: #AD6504;
}
.AnyTagClassName
{
color: #AD6504;
}
</style>
background-color css
<style>
a { background-color: #AD6504; }
a { background-color: rgb(173,101,4); }
div.DivClassName
{
background-color: #AD6504;
}
.BgClassName
{
background-color: #AD6504;
}
</style>
border-color css
<style>
span { border-color: #AD6504; }
span { border-color: rgb(173,101,4); }
td.TdClassName
{
border-color: #AD6504;
}
.TagClassName
{
border-color: #AD6504;
}
</style>