Shades of Golden Brown #AD600D
Tints of Golden Brown #AD600D
RGB
CMYK
RGB Variations
Color information
#AD600D (or 0xAD600D) is known color: Golden Brown. HEX triplet: AD, 60 and 0D. RGB value is (173,96,13). Sum of RGB (Red+Green+Blue) = 173+96+13=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD600D is #529FF2. Grayscale: #6D6D6D. Windows color (decimal): -5414899 or 876717. OLE color: 876717.
HSL color Cylindrical-coordinate representation of color #AD600D: hue angle of 31.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD600D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.32 |
| HSL | 31.13º | 0.86% | 0.36% | - |
| HSV(B) | 31.13º | 0.92% | 0.68% | - |
| XYZ | 21.49 | 17.28 | 2.58 | - |
| YUV | 109.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 13 | 0 | 0.45 | 0.92 | 0.32 | 31.13 | 0.86 | 0.36 |
| Hex | AD | 60 | D | 0 | 2D | 5C | 20 | 1F | 56 | 24 |
| Octal | 255 | 140 | 15 | 0 | 55 | 134 | 40 | 37 | 126 | 44 |
| Binary | 10101101 | 1100000 | 1101 | 0 | 101101 | 1011100 | 100000 | 11111 | 1010110 | 100100 |
Color Harmonies of #AD600D
Complementary color
Monochromatic Colors of #AD600D
Black with #AD600D
Text Example
Text Example
White with #AD600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD600D; }
p { color: rgb(173,96,13); }
H1.HeaderClassName
{
color: #AD600D;
}
.AnyTagClassName
{
color: #AD600D;
}
</style>
background-color css
<style>
a { background-color: #AD600D; }
a { background-color: rgb(173,96,13); }
div.DivClassName
{
background-color: #AD600D;
}
.BgClassName
{
background-color: #AD600D;
}
</style>
border-color css
<style>
span { border-color: #AD600D; }
span { border-color: rgb(173,96,13); }
td.TdClassName
{
border-color: #AD600D;
}
.TagClassName
{
border-color: #AD600D;
}
</style>