Shades of Golden Brown #AD5A00
Tints of Golden Brown #AD5A00
RGB
CMYK
RGB Variations
Color information
#AD5A00 (or 0xAD5A00) is known color: Golden Brown. HEX triplet: AD, 5A and 00. RGB value is (173,90,0). Sum of RGB (Red+Green+Blue) = 173+90+0=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A00 is #52A5FF. Grayscale: #696969. Windows color (decimal): -5416448 or 23213. OLE color: 23213.
HSL color Cylindrical-coordinate representation of color #AD5A00: hue angle of 31.21º 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 #AD5A00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.32 |
| HSL | 31.21º | 1% | 0.34% | - |
| HSV(B) | 31.21º | 1% | 0.68% | - |
| XYZ | 20.89 | 16.2 | 2.03 | - |
| YUV | 104.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 0 | 0 | 0.48 | 1 | 0.32 | 31.21 | 1 | 0.34 |
| Hex | AD | 5A | 0 | 0 | 30 | 64 | 20 | 1F | 64 | 22 |
| Octal | 255 | 132 | 0 | 0 | 60 | 144 | 40 | 37 | 144 | 42 |
| Binary | 10101101 | 1011010 | 0 | 0 | 110000 | 1100100 | 100000 | 11111 | 1100100 | 100010 |
Color Harmonies of #AD5A00
Complementary color
Monochromatic Colors of #AD5A00
Black with #AD5A00
Text Example
Text Example
White with #AD5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A00; }
p { color: rgb(173,90,0); }
H1.HeaderClassName
{
color: #AD5A00;
}
.AnyTagClassName
{
color: #AD5A00;
}
</style>
background-color css
<style>
a { background-color: #AD5A00; }
a { background-color: rgb(173,90,0); }
div.DivClassName
{
background-color: #AD5A00;
}
.BgClassName
{
background-color: #AD5A00;
}
</style>
border-color css
<style>
span { border-color: #AD5A00; }
span { border-color: rgb(173,90,0); }
td.TdClassName
{
border-color: #AD5A00;
}
.TagClassName
{
border-color: #AD5A00;
}
</style>