Shades of Golden Brown #AD620D
Tints of Golden Brown #AD620D
RGB
CMYK
RGB Variations
Color information
#AD620D (or 0xAD620D) is known color: Golden Brown. HEX triplet: AD, 62 and 0D. RGB value is (173,98,13). Sum of RGB (Red+Green+Blue) = 173+98+13=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD620D is #529DF2. Grayscale: #6F6F6F. Windows color (decimal): -5414387 or 877229. OLE color: 877229.
HSL color Cylindrical-coordinate representation of color #AD620D: hue angle of 31.88º 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 #AD620D is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 13 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.32 |
| HSL | 31.88º | 0.86% | 0.36% | - |
| HSV(B) | 31.88º | 0.92% | 0.68% | - |
| XYZ | 21.67 | 17.65 | 2.64 | - |
| YUV | 110.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 13 | 0 | 0.43 | 0.92 | 0.32 | 31.88 | 0.86 | 0.36 |
| Hex | AD | 62 | D | 0 | 2B | 5C | 20 | 20 | 56 | 24 |
| Octal | 255 | 142 | 15 | 0 | 53 | 134 | 40 | 40 | 126 | 44 |
| Binary | 10101101 | 1100010 | 1101 | 0 | 101011 | 1011100 | 100000 | 100000 | 1010110 | 100100 |
Color Harmonies of #AD620D
Complementary color
Monochromatic Colors of #AD620D
Black with #AD620D
Text Example
Text Example
White with #AD620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD620D; }
p { color: rgb(173,98,13); }
H1.HeaderClassName
{
color: #AD620D;
}
.AnyTagClassName
{
color: #AD620D;
}
</style>
background-color css
<style>
a { background-color: #AD620D; }
a { background-color: rgb(173,98,13); }
div.DivClassName
{
background-color: #AD620D;
}
.BgClassName
{
background-color: #AD620D;
}
</style>
border-color css
<style>
span { border-color: #AD620D; }
span { border-color: rgb(173,98,13); }
td.TdClassName
{
border-color: #AD620D;
}
.TagClassName
{
border-color: #AD620D;
}
</style>