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