Shades of Golden Brown #AD6401
Tints of Golden Brown #AD6401
RGB
CMYK
RGB Variations
Color information
#AD6401 (or 0xAD6401) is known color: Golden Brown. HEX triplet: AD, 64 and 01. RGB value is (173,100,1). Sum of RGB (Red+Green+Blue) = 173+100+1=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6401 is #529BFE. Grayscale: #6F6F6F. Windows color (decimal): -5413887 or 91309. OLE color: 91309.
HSL color Cylindrical-coordinate representation of color #AD6401: hue angle of 34.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6401 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.32 |
| HSL | 34.53º | 0.99% | 0.34% | - |
| HSV(B) | 34.53º | 0.99% | 0.68% | - |
| XYZ | 21.8 | 18 | 2.35 | - |
| YUV | 110.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 1 | 0 | 0.42 | 0.99 | 0.32 | 34.53 | 0.99 | 0.34 |
| Hex | AD | 64 | 1 | 0 | 2A | 63 | 20 | 23 | 63 | 22 |
| Octal | 255 | 144 | 1 | 0 | 52 | 143 | 40 | 43 | 143 | 42 |
| Binary | 10101101 | 1100100 | 1 | 0 | 101010 | 1100011 | 100000 | 100011 | 1100011 | 100010 |
Color Harmonies of #AD6401
Complementary color
Monochromatic Colors of #AD6401
Black with #AD6401
Text Example
Text Example
White with #AD6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6401; }
p { color: rgb(173,100,1); }
H1.HeaderClassName
{
color: #AD6401;
}
.AnyTagClassName
{
color: #AD6401;
}
</style>
background-color css
<style>
a { background-color: #AD6401; }
a { background-color: rgb(173,100,1); }
div.DivClassName
{
background-color: #AD6401;
}
.BgClassName
{
background-color: #AD6401;
}
</style>
border-color css
<style>
span { border-color: #AD6401; }
span { border-color: rgb(173,100,1); }
td.TdClassName
{
border-color: #AD6401;
}
.TagClassName
{
border-color: #AD6401;
}
</style>