Shades of Golden Brown #AD6304
Tints of Golden Brown #AD6304
RGB
CMYK
RGB Variations
Color information
#AD6304 (or 0xAD6304) is known color: Golden Brown. HEX triplet: AD, 63 and 04. RGB value is (173,99,4). Sum of RGB (Red+Green+Blue) = 173+99+4=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6304 is #529CFB. Grayscale: #6E6E6E. Windows color (decimal): -5414140 or 287661. OLE color: 287661.
HSL color Cylindrical-coordinate representation of color #AD6304: hue angle of 33.73º 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 #AD6304 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.32 |
| HSL | 33.73º | 0.95% | 0.35% | - |
| HSV(B) | 33.73º | 0.98% | 0.68% | - |
| XYZ | 21.72 | 17.82 | 2.41 | - |
| YUV | 110.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 4 | 0 | 0.43 | 0.98 | 0.32 | 33.73 | 0.95 | 0.35 |
| Hex | AD | 63 | 4 | 0 | 2B | 62 | 20 | 22 | 5F | 23 |
| Octal | 255 | 143 | 4 | 0 | 53 | 142 | 40 | 42 | 137 | 43 |
| Binary | 10101101 | 1100011 | 100 | 0 | 101011 | 1100010 | 100000 | 100010 | 1011111 | 100011 |
Color Harmonies of #AD6304
Complementary color
Monochromatic Colors of #AD6304
Black with #AD6304
Text Example
Text Example
White with #AD6304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6304; }
p { color: rgb(173,99,4); }
H1.HeaderClassName
{
color: #AD6304;
}
.AnyTagClassName
{
color: #AD6304;
}
</style>
background-color css
<style>
a { background-color: #AD6304; }
a { background-color: rgb(173,99,4); }
div.DivClassName
{
background-color: #AD6304;
}
.BgClassName
{
background-color: #AD6304;
}
</style>
border-color css
<style>
span { border-color: #AD6304; }
span { border-color: rgb(173,99,4); }
td.TdClassName
{
border-color: #AD6304;
}
.TagClassName
{
border-color: #AD6304;
}
</style>