Shades of Golden Brown #AD5E00
Tints of Golden Brown #AD5E00
RGB
CMYK
RGB Variations
Color information
#AD5E00 (or 0xAD5E00) is known color: Golden Brown. HEX triplet: AD, 5E and 00. RGB value is (173,94,0). Sum of RGB (Red+Green+Blue) = 173+94+0=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E00 is #52A1FF. Grayscale: #6B6B6B. Windows color (decimal): -5415424 or 24237. OLE color: 24237.
HSL color Cylindrical-coordinate representation of color #AD5E00: hue angle of 32.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD5E00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.32 |
| HSL | 32.6º | 1% | 0.34% | - |
| HSV(B) | 32.6º | 1% | 0.68% | - |
| XYZ | 21.24 | 16.89 | 2.14 | - |
| YUV | 106.91 | 67.67 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 0 | 0 | 0.46 | 1 | 0.32 | 32.6 | 1 | 0.34 |
| Hex | AD | 5E | 0 | 0 | 2E | 64 | 20 | 21 | 64 | 22 |
| Octal | 255 | 136 | 0 | 0 | 56 | 144 | 40 | 41 | 144 | 42 |
| Binary | 10101101 | 1011110 | 0 | 0 | 101110 | 1100100 | 100000 | 100001 | 1100100 | 100010 |
Color Harmonies of #AD5E00
Complementary color
Monochromatic Colors of #AD5E00
Black with #AD5E00
Text Example
Text Example
White with #AD5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E00; }
p { color: rgb(173,94,0); }
H1.HeaderClassName
{
color: #AD5E00;
}
.AnyTagClassName
{
color: #AD5E00;
}
</style>
background-color css
<style>
a { background-color: #AD5E00; }
a { background-color: rgb(173,94,0); }
div.DivClassName
{
background-color: #AD5E00;
}
.BgClassName
{
background-color: #AD5E00;
}
</style>
border-color css
<style>
span { border-color: #AD5E00; }
span { border-color: rgb(173,94,0); }
td.TdClassName
{
border-color: #AD5E00;
}
.TagClassName
{
border-color: #AD5E00;
}
</style>