Shades of Golden Brown #AD660A
Tints of Golden Brown #AD660A
RGB
CMYK
RGB Variations
Color information
#AD660A (or 0xAD660A) is known color: Golden Brown. HEX triplet: AD, 66 and 0A. RGB value is (173,102,10). Sum of RGB (Red+Green+Blue) = 173+102+10=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD660A is #5299F5. Grayscale: #717171. Windows color (decimal): -5413366 or 681645. OLE color: 681645.
HSL color Cylindrical-coordinate representation of color #AD660A: hue angle of 33.87º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD660A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.32 |
| HSL | 33.87º | 0.89% | 0.36% | - |
| HSV(B) | 33.87º | 0.94% | 0.68% | - |
| XYZ | 22.04 | 18.41 | 2.68 | - |
| YUV | 112.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 10 | 0 | 0.41 | 0.94 | 0.32 | 33.87 | 0.89 | 0.36 |
| Hex | AD | 66 | A | 0 | 29 | 5E | 20 | 22 | 59 | 24 |
| Octal | 255 | 146 | 12 | 0 | 51 | 136 | 40 | 42 | 131 | 44 |
| Binary | 10101101 | 1100110 | 1010 | 0 | 101001 | 1011110 | 100000 | 100010 | 1011001 | 100100 |
Color Harmonies of #AD660A
Complementary color
Monochromatic Colors of #AD660A
Black with #AD660A
Text Example
Text Example
White with #AD660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD660A; }
p { color: rgb(173,102,10); }
H1.HeaderClassName
{
color: #AD660A;
}
.AnyTagClassName
{
color: #AD660A;
}
</style>
background-color css
<style>
a { background-color: #AD660A; }
a { background-color: rgb(173,102,10); }
div.DivClassName
{
background-color: #AD660A;
}
.BgClassName
{
background-color: #AD660A;
}
</style>
border-color css
<style>
span { border-color: #AD660A; }
span { border-color: rgb(173,102,10); }
td.TdClassName
{
border-color: #AD660A;
}
.TagClassName
{
border-color: #AD660A;
}
</style>