Shades of Golden Brown #AD5A0D
Tints of Golden Brown #AD5A0D
RGB
CMYK
RGB Variations
Color information
#AD5A0D (or 0xAD5A0D) is known color: Golden Brown. HEX triplet: AD, 5A and 0D. RGB value is (173,90,13). Sum of RGB (Red+Green+Blue) = 173+90+13=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A0D is #52A5F2. Grayscale: #6A6A6A. Windows color (decimal): -5416435 or 875181. OLE color: 875181.
HSL color Cylindrical-coordinate representation of color #AD5A0D: hue angle of 28.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 #AD5A0D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 13 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.32 |
| HSL | 28.88º | 0.86% | 0.36% | - |
| HSV(B) | 28.88º | 0.92% | 0.68% | - |
| XYZ | 20.96 | 16.23 | 2.41 | - |
| YUV | 106.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 13 | 0 | 0.48 | 0.92 | 0.32 | 28.88 | 0.86 | 0.36 |
| Hex | AD | 5A | D | 0 | 30 | 5C | 20 | 1D | 56 | 24 |
| Octal | 255 | 132 | 15 | 0 | 60 | 134 | 40 | 35 | 126 | 44 |
| Binary | 10101101 | 1011010 | 1101 | 0 | 110000 | 1011100 | 100000 | 11101 | 1010110 | 100100 |
Color Harmonies of #AD5A0D
Complementary color
Monochromatic Colors of #AD5A0D
Black with #AD5A0D
Text Example
Text Example
White with #AD5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A0D; }
p { color: rgb(173,90,13); }
H1.HeaderClassName
{
color: #AD5A0D;
}
.AnyTagClassName
{
color: #AD5A0D;
}
</style>
background-color css
<style>
a { background-color: #AD5A0D; }
a { background-color: rgb(173,90,13); }
div.DivClassName
{
background-color: #AD5A0D;
}
.BgClassName
{
background-color: #AD5A0D;
}
</style>
border-color css
<style>
span { border-color: #AD5A0D; }
span { border-color: rgb(173,90,13); }
td.TdClassName
{
border-color: #AD5A0D;
}
.TagClassName
{
border-color: #AD5A0D;
}
</style>