Shades of Golden Brown #AD5F05
Tints of Golden Brown #AD5F05
RGB
CMYK
RGB Variations
Color information
#AD5F05 (or 0xAD5F05) is known color: Golden Brown. HEX triplet: AD, 5F and 05. RGB value is (173,95,5). Sum of RGB (Red+Green+Blue) = 173+95+5=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F05 is #52A0FA. Grayscale: #6C6C6C. Windows color (decimal): -5415163 or 352173. OLE color: 352173.
HSL color Cylindrical-coordinate representation of color #AD5F05: hue angle of 32.14º 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 #AD5F05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.32 |
| HSL | 32.14º | 0.94% | 0.35% | - |
| HSV(B) | 32.14º | 0.97% | 0.68% | - |
| XYZ | 21.35 | 17.08 | 2.31 | - |
| YUV | 108.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 5 | 0 | 0.45 | 0.97 | 0.32 | 32.14 | 0.94 | 0.35 |
| Hex | AD | 5F | 5 | 0 | 2D | 61 | 20 | 20 | 5E | 23 |
| Octal | 255 | 137 | 5 | 0 | 55 | 141 | 40 | 40 | 136 | 43 |
| Binary | 10101101 | 1011111 | 101 | 0 | 101101 | 1100001 | 100000 | 100000 | 1011110 | 100011 |
Color Harmonies of #AD5F05
Complementary color
Monochromatic Colors of #AD5F05
Black with #AD5F05
Text Example
Text Example
White with #AD5F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F05; }
p { color: rgb(173,95,5); }
H1.HeaderClassName
{
color: #AD5F05;
}
.AnyTagClassName
{
color: #AD5F05;
}
</style>
background-color css
<style>
a { background-color: #AD5F05; }
a { background-color: rgb(173,95,5); }
div.DivClassName
{
background-color: #AD5F05;
}
.BgClassName
{
background-color: #AD5F05;
}
</style>
border-color css
<style>
span { border-color: #AD5F05; }
span { border-color: rgb(173,95,5); }
td.TdClassName
{
border-color: #AD5F05;
}
.TagClassName
{
border-color: #AD5F05;
}
</style>