Shades of Golden Brown #AD5D04
Tints of Golden Brown #AD5D04
RGB
CMYK
RGB Variations
Color information
#AD5D04 (or 0xAD5D04) is known color: Golden Brown. HEX triplet: AD, 5D and 04. RGB value is (173,93,4). Sum of RGB (Red+Green+Blue) = 173+93+4=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D04 is #52A2FB. Grayscale: #6B6B6B. Windows color (decimal): -5415676 or 286125. OLE color: 286125.
HSL color Cylindrical-coordinate representation of color #AD5D04: hue angle of 31.6º 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 #AD5D04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.32 |
| HSL | 31.6º | 0.95% | 0.35% | - |
| HSV(B) | 31.6º | 0.98% | 0.68% | - |
| XYZ | 21.17 | 16.72 | 2.23 | - |
| YUV | 106.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 4 | 0 | 0.46 | 0.98 | 0.32 | 31.6 | 0.95 | 0.35 |
| Hex | AD | 5D | 4 | 0 | 2E | 62 | 20 | 20 | 5F | 23 |
| Octal | 255 | 135 | 4 | 0 | 56 | 142 | 40 | 40 | 137 | 43 |
| Binary | 10101101 | 1011101 | 100 | 0 | 101110 | 1100010 | 100000 | 100000 | 1011111 | 100011 |
Color Harmonies of #AD5D04
Complementary color
Monochromatic Colors of #AD5D04
Black with #AD5D04
Text Example
Text Example
White with #AD5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D04; }
p { color: rgb(173,93,4); }
H1.HeaderClassName
{
color: #AD5D04;
}
.AnyTagClassName
{
color: #AD5D04;
}
</style>
background-color css
<style>
a { background-color: #AD5D04; }
a { background-color: rgb(173,93,4); }
div.DivClassName
{
background-color: #AD5D04;
}
.BgClassName
{
background-color: #AD5D04;
}
</style>
border-color css
<style>
span { border-color: #AD5D04; }
span { border-color: rgb(173,93,4); }
td.TdClassName
{
border-color: #AD5D04;
}
.TagClassName
{
border-color: #AD5D04;
}
</style>