Shades of Golden Brown #AD660E
Tints of Golden Brown #AD660E
RGB
CMYK
RGB Variations
Color information
#AD660E (or 0xAD660E) is known color: Golden Brown. HEX triplet: AD, 66 and 0E. RGB value is (173,102,14). Sum of RGB (Red+Green+Blue) = 173+102+14=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD660E is #5299F1. Grayscale: #717171. Windows color (decimal): -5413362 or 943789. OLE color: 943789.
HSL color Cylindrical-coordinate representation of color #AD660E: hue angle of 33.21º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD660E is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 14 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.32 |
| HSL | 33.21º | 0.85% | 0.37% | - |
| HSV(B) | 33.21º | 0.92% | 0.68% | - |
| XYZ | 22.06 | 18.42 | 2.81 | - |
| YUV | 113.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 14 | 0 | 0.41 | 0.92 | 0.32 | 33.21 | 0.85 | 0.37 |
| Hex | AD | 66 | E | 0 | 29 | 5C | 20 | 21 | 55 | 25 |
| Octal | 255 | 146 | 16 | 0 | 51 | 134 | 40 | 41 | 125 | 45 |
| Binary | 10101101 | 1100110 | 1110 | 0 | 101001 | 1011100 | 100000 | 100001 | 1010101 | 100101 |
Color Harmonies of #AD660E
Complementary color
Monochromatic Colors of #AD660E
Black with #AD660E
Text Example
Text Example
White with #AD660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD660E; }
p { color: rgb(173,102,14); }
H1.HeaderClassName
{
color: #AD660E;
}
.AnyTagClassName
{
color: #AD660E;
}
</style>
background-color css
<style>
a { background-color: #AD660E; }
a { background-color: rgb(173,102,14); }
div.DivClassName
{
background-color: #AD660E;
}
.BgClassName
{
background-color: #AD660E;
}
</style>
border-color css
<style>
span { border-color: #AD660E; }
span { border-color: rgb(173,102,14); }
td.TdClassName
{
border-color: #AD660E;
}
.TagClassName
{
border-color: #AD660E;
}
</style>