Shades of Golden Brown #AD5D03
Tints of Golden Brown #AD5D03
RGB
CMYK
RGB Variations
Color information
#AD5D03 (or 0xAD5D03) is known color: Golden Brown. HEX triplet: AD, 5D and 03. RGB value is (173,93,3). Sum of RGB (Red+Green+Blue) = 173+93+3=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D03 is #52A2FC. Grayscale: #6B6B6B. Windows color (decimal): -5415677 or 220589. OLE color: 220589.
HSL color Cylindrical-coordinate representation of color #AD5D03: hue angle of 31.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD5D03 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.32 |
| HSL | 31.76º | 0.97% | 0.35% | - |
| HSV(B) | 31.76º | 0.98% | 0.68% | - |
| XYZ | 21.16 | 16.72 | 2.2 | - |
| YUV | 106.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 3 | 0 | 0.46 | 0.98 | 0.32 | 31.76 | 0.97 | 0.35 |
| Hex | AD | 5D | 3 | 0 | 2E | 62 | 20 | 20 | 61 | 23 |
| Octal | 255 | 135 | 3 | 0 | 56 | 142 | 40 | 40 | 141 | 43 |
| Binary | 10101101 | 1011101 | 11 | 0 | 101110 | 1100010 | 100000 | 100000 | 1100001 | 100011 |
Color Harmonies of #AD5D03
Complementary color
Monochromatic Colors of #AD5D03
Black with #AD5D03
Text Example
Text Example
White with #AD5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D03; }
p { color: rgb(173,93,3); }
H1.HeaderClassName
{
color: #AD5D03;
}
.AnyTagClassName
{
color: #AD5D03;
}
</style>
background-color css
<style>
a { background-color: #AD5D03; }
a { background-color: rgb(173,93,3); }
div.DivClassName
{
background-color: #AD5D03;
}
.BgClassName
{
background-color: #AD5D03;
}
</style>
border-color css
<style>
span { border-color: #AD5D03; }
span { border-color: rgb(173,93,3); }
td.TdClassName
{
border-color: #AD5D03;
}
.TagClassName
{
border-color: #AD5D03;
}
</style>