Shades of Golden Brown #AD630D
Tints of Golden Brown #AD630D
RGB
CMYK
RGB Variations
Color information
#AD630D (or 0xAD630D) is known color: Golden Brown. HEX triplet: AD, 63 and 0D. RGB value is (173,99,13). Sum of RGB (Red+Green+Blue) = 173+99+13=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD630D is #529CF2. Grayscale: #6F6F6F. Windows color (decimal): -5414131 or 877485. OLE color: 877485.
HSL color Cylindrical-coordinate representation of color #AD630D: hue angle of 32.25º 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 #AD630D is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 13 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.32 |
| HSL | 32.25º | 0.86% | 0.36% | - |
| HSV(B) | 32.25º | 0.92% | 0.68% | - |
| XYZ | 21.77 | 17.84 | 2.68 | - |
| YUV | 111.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 13 | 0 | 0.43 | 0.92 | 0.32 | 32.25 | 0.86 | 0.36 |
| Hex | AD | 63 | D | 0 | 2B | 5C | 20 | 20 | 56 | 24 |
| Octal | 255 | 143 | 15 | 0 | 53 | 134 | 40 | 40 | 126 | 44 |
| Binary | 10101101 | 1100011 | 1101 | 0 | 101011 | 1011100 | 100000 | 100000 | 1010110 | 100100 |
Color Harmonies of #AD630D
Complementary color
Monochromatic Colors of #AD630D
Black with #AD630D
Text Example
Text Example
White with #AD630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD630D; }
p { color: rgb(173,99,13); }
H1.HeaderClassName
{
color: #AD630D;
}
.AnyTagClassName
{
color: #AD630D;
}
</style>
background-color css
<style>
a { background-color: #AD630D; }
a { background-color: rgb(173,99,13); }
div.DivClassName
{
background-color: #AD630D;
}
.BgClassName
{
background-color: #AD630D;
}
</style>
border-color css
<style>
span { border-color: #AD630D; }
span { border-color: rgb(173,99,13); }
td.TdClassName
{
border-color: #AD630D;
}
.TagClassName
{
border-color: #AD630D;
}
</style>