Shades of Golden Brown #AD5D12
Tints of Golden Brown #AD5D12
RGB
CMYK
RGB Variations
Color information
#AD5D12 (or 0xAD5D12) is known color: Golden Brown. HEX triplet: AD, 5D and 12. RGB value is (173,93,18). Sum of RGB (Red+Green+Blue) = 173+93+18=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D12 is #52A2ED. Grayscale: #6C6C6C. Windows color (decimal): -5415662 or 1203629. OLE color: 1203629.
HSL color Cylindrical-coordinate representation of color #AD5D12: hue angle of 29.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5D12 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 18 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.32 |
| HSL | 29.03º | 0.81% | 0.37% | - |
| HSV(B) | 29.03º | 0.9% | 0.68% | - |
| XYZ | 21.26 | 16.76 | 2.69 | - |
| YUV | 108.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 18 | 0 | 0.46 | 0.90 | 0.32 | 29.03 | 0.81 | 0.37 |
| Hex | AD | 5D | 12 | 0 | 2E | 5A | 20 | 1D | 51 | 25 |
| Octal | 255 | 135 | 22 | 0 | 56 | 132 | 40 | 35 | 121 | 45 |
| Binary | 10101101 | 1011101 | 10010 | 0 | 101110 | 1011010 | 100000 | 11101 | 1010001 | 100101 |
Color Harmonies of #AD5D12
Complementary color
Monochromatic Colors of #AD5D12
Black with #AD5D12
Text Example
Text Example
White with #AD5D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D12; }
p { color: rgb(173,93,18); }
H1.HeaderClassName
{
color: #AD5D12;
}
.AnyTagClassName
{
color: #AD5D12;
}
</style>
background-color css
<style>
a { background-color: #AD5D12; }
a { background-color: rgb(173,93,18); }
div.DivClassName
{
background-color: #AD5D12;
}
.BgClassName
{
background-color: #AD5D12;
}
</style>
border-color css
<style>
span { border-color: #AD5D12; }
span { border-color: rgb(173,93,18); }
td.TdClassName
{
border-color: #AD5D12;
}
.TagClassName
{
border-color: #AD5D12;
}
</style>