Shades of Golden Brown #AD5807
Tints of Golden Brown #AD5807
RGB
CMYK
RGB Variations
Color information
#AD5807 (or 0xAD5807) is known color: Golden Brown. HEX triplet: AD, 58 and 07. RGB value is (173,88,7). Sum of RGB (Red+Green+Blue) = 173+88+7=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5807 is #52A7F8. Grayscale: #686868. Windows color (decimal): -5416953 or 481453. OLE color: 481453.
HSL color Cylindrical-coordinate representation of color #AD5807: hue angle of 29.28º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD5807 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.32 |
| HSL | 29.28º | 0.92% | 0.35% | - |
| HSV(B) | 29.28º | 0.96% | 0.68% | - |
| XYZ | 20.76 | 15.88 | 2.17 | - |
| YUV | 104.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 7 | 0 | 0.49 | 0.96 | 0.32 | 29.28 | 0.92 | 0.35 |
| Hex | AD | 58 | 7 | 0 | 31 | 60 | 20 | 1D | 5C | 23 |
| Octal | 255 | 130 | 7 | 0 | 61 | 140 | 40 | 35 | 134 | 43 |
| Binary | 10101101 | 1011000 | 111 | 0 | 110001 | 1100000 | 100000 | 11101 | 1011100 | 100011 |
Color Harmonies of #AD5807
Complementary color
Monochromatic Colors of #AD5807
Black with #AD5807
Text Example
Text Example
White with #AD5807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5807; }
p { color: rgb(173,88,7); }
H1.HeaderClassName
{
color: #AD5807;
}
.AnyTagClassName
{
color: #AD5807;
}
</style>
background-color css
<style>
a { background-color: #AD5807; }
a { background-color: rgb(173,88,7); }
div.DivClassName
{
background-color: #AD5807;
}
.BgClassName
{
background-color: #AD5807;
}
</style>
border-color css
<style>
span { border-color: #AD5807; }
span { border-color: rgb(173,88,7); }
td.TdClassName
{
border-color: #AD5807;
}
.TagClassName
{
border-color: #AD5807;
}
</style>