Shades of Golden Brown #AD5E03
Tints of Golden Brown #AD5E03
RGB
CMYK
RGB Variations
Color information
#AD5E03 (or 0xAD5E03) is known color: Golden Brown. HEX triplet: AD, 5E and 03. RGB value is (173,94,3). Sum of RGB (Red+Green+Blue) = 173+94+3=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E03 is #52A1FC. Grayscale: #6B6B6B. Windows color (decimal): -5415421 or 220845. OLE color: 220845.
HSL color Cylindrical-coordinate representation of color #AD5E03: hue angle of 32.12º 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 #AD5E03 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.32 |
| HSL | 32.12º | 0.97% | 0.35% | - |
| HSV(B) | 32.12º | 0.98% | 0.68% | - |
| XYZ | 21.25 | 16.9 | 2.23 | - |
| YUV | 107.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 3 | 0 | 0.46 | 0.98 | 0.32 | 32.12 | 0.97 | 0.35 |
| Hex | AD | 5E | 3 | 0 | 2E | 62 | 20 | 20 | 61 | 23 |
| Octal | 255 | 136 | 3 | 0 | 56 | 142 | 40 | 40 | 141 | 43 |
| Binary | 10101101 | 1011110 | 11 | 0 | 101110 | 1100010 | 100000 | 100000 | 1100001 | 100011 |
Color Harmonies of #AD5E03
Complementary color
Monochromatic Colors of #AD5E03
Black with #AD5E03
Text Example
Text Example
White with #AD5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E03; }
p { color: rgb(173,94,3); }
H1.HeaderClassName
{
color: #AD5E03;
}
.AnyTagClassName
{
color: #AD5E03;
}
</style>
background-color css
<style>
a { background-color: #AD5E03; }
a { background-color: rgb(173,94,3); }
div.DivClassName
{
background-color: #AD5E03;
}
.BgClassName
{
background-color: #AD5E03;
}
</style>
border-color css
<style>
span { border-color: #AD5E03; }
span { border-color: rgb(173,94,3); }
td.TdClassName
{
border-color: #AD5E03;
}
.TagClassName
{
border-color: #AD5E03;
}
</style>