Shades of Golden Brown #AD5D0C
Tints of Golden Brown #AD5D0C
RGB
CMYK
RGB Variations
Color information
#AD5D0C (or 0xAD5D0C) is known color: Golden Brown. HEX triplet: AD, 5D and 0C. RGB value is (173,93,12). Sum of RGB (Red+Green+Blue) = 173+93+12=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D0C is #52A2F3. Grayscale: #6C6C6C. Windows color (decimal): -5415668 or 810413. OLE color: 810413.
HSL color Cylindrical-coordinate representation of color #AD5D0C: hue angle of 30.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD5D0C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 12 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.32 |
| HSL | 30.19º | 0.87% | 0.36% | - |
| HSV(B) | 30.19º | 0.93% | 0.68% | - |
| XYZ | 21.21 | 16.74 | 2.46 | - |
| YUV | 107.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 12 | 0 | 0.46 | 0.93 | 0.32 | 30.19 | 0.87 | 0.36 |
| Hex | AD | 5D | C | 0 | 2E | 5D | 20 | 1E | 57 | 24 |
| Octal | 255 | 135 | 14 | 0 | 56 | 135 | 40 | 36 | 127 | 44 |
| Binary | 10101101 | 1011101 | 1100 | 0 | 101110 | 1011101 | 100000 | 11110 | 1010111 | 100100 |
Color Harmonies of #AD5D0C
Complementary color
Monochromatic Colors of #AD5D0C
Black with #AD5D0C
Text Example
Text Example
White with #AD5D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D0C; }
p { color: rgb(173,93,12); }
H1.HeaderClassName
{
color: #AD5D0C;
}
.AnyTagClassName
{
color: #AD5D0C;
}
</style>
background-color css
<style>
a { background-color: #AD5D0C; }
a { background-color: rgb(173,93,12); }
div.DivClassName
{
background-color: #AD5D0C;
}
.BgClassName
{
background-color: #AD5D0C;
}
</style>
border-color css
<style>
span { border-color: #AD5D0C; }
span { border-color: rgb(173,93,12); }
td.TdClassName
{
border-color: #AD5D0C;
}
.TagClassName
{
border-color: #AD5D0C;
}
</style>