Shades of Golden Brown #AD5C0E
Tints of Golden Brown #AD5C0E
RGB
CMYK
RGB Variations
Color information
#AD5C0E (or 0xAD5C0E) is known color: Golden Brown. HEX triplet: AD, 5C and 0E. RGB value is (173,92,14). Sum of RGB (Red+Green+Blue) = 173+92+14=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C0E is #52A3F1. Grayscale: #6B6B6B. Windows color (decimal): -5415922 or 941229. OLE color: 941229.
HSL color Cylindrical-coordinate representation of color #AD5C0E: hue angle of 29.43º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD5C0E is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 14 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.32 |
| HSL | 29.43º | 0.85% | 0.37% | - |
| HSV(B) | 29.43º | 0.92% | 0.68% | - |
| XYZ | 21.14 | 16.57 | 2.5 | - |
| YUV | 107.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 14 | 0 | 0.47 | 0.92 | 0.32 | 29.43 | 0.85 | 0.37 |
| Hex | AD | 5C | E | 0 | 2F | 5C | 20 | 1D | 55 | 25 |
| Octal | 255 | 134 | 16 | 0 | 57 | 134 | 40 | 35 | 125 | 45 |
| Binary | 10101101 | 1011100 | 1110 | 0 | 101111 | 1011100 | 100000 | 11101 | 1010101 | 100101 |
Color Harmonies of #AD5C0E
Complementary color
Monochromatic Colors of #AD5C0E
Black with #AD5C0E
Text Example
Text Example
White with #AD5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C0E; }
p { color: rgb(173,92,14); }
H1.HeaderClassName
{
color: #AD5C0E;
}
.AnyTagClassName
{
color: #AD5C0E;
}
</style>
background-color css
<style>
a { background-color: #AD5C0E; }
a { background-color: rgb(173,92,14); }
div.DivClassName
{
background-color: #AD5C0E;
}
.BgClassName
{
background-color: #AD5C0E;
}
</style>
border-color css
<style>
span { border-color: #AD5C0E; }
span { border-color: rgb(173,92,14); }
td.TdClassName
{
border-color: #AD5C0E;
}
.TagClassName
{
border-color: #AD5C0E;
}
</style>