Shades of Golden Brown #AD6B07
Tints of Golden Brown #AD6B07
RGB
CMYK
RGB Variations
Color information
#AD6B07 (or 0xAD6B07) is known color: Golden Brown. HEX triplet: AD, 6B and 07. RGB value is (173,107,7). Sum of RGB (Red+Green+Blue) = 173+107+7=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B07 is #5294F8. Grayscale: #737373. Windows color (decimal): -5412089 or 486317. OLE color: 486317.
HSL color Cylindrical-coordinate representation of color #AD6B07: hue angle of 36.14º 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 #AD6B07 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 7 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.32 |
| HSL | 36.14º | 0.92% | 0.35% | - |
| HSV(B) | 36.14º | 0.96% | 0.68% | - |
| XYZ | 22.53 | 19.41 | 2.76 | - |
| YUV | 115.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 7 | 0 | 0.38 | 0.96 | 0.32 | 36.14 | 0.92 | 0.35 |
| Hex | AD | 6B | 7 | 0 | 26 | 60 | 20 | 24 | 5C | 23 |
| Octal | 255 | 153 | 7 | 0 | 46 | 140 | 40 | 44 | 134 | 43 |
| Binary | 10101101 | 1101011 | 111 | 0 | 100110 | 1100000 | 100000 | 100100 | 1011100 | 100011 |
Color Harmonies of #AD6B07
Complementary color
Monochromatic Colors of #AD6B07
Black with #AD6B07
Text Example
Text Example
White with #AD6B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B07; }
p { color: rgb(173,107,7); }
H1.HeaderClassName
{
color: #AD6B07;
}
.AnyTagClassName
{
color: #AD6B07;
}
</style>
background-color css
<style>
a { background-color: #AD6B07; }
a { background-color: rgb(173,107,7); }
div.DivClassName
{
background-color: #AD6B07;
}
.BgClassName
{
background-color: #AD6B07;
}
</style>
border-color css
<style>
span { border-color: #AD6B07; }
span { border-color: rgb(173,107,7); }
td.TdClassName
{
border-color: #AD6B07;
}
.TagClassName
{
border-color: #AD6B07;
}
</style>