Shades of Golden Brown #AD660F
Tints of Golden Brown #AD660F
RGB
CMYK
RGB Variations
Color information
#AD660F (or 0xAD660F) is known color: Golden Brown. HEX triplet: AD, 66 and 0F. RGB value is (173,102,15). Sum of RGB (Red+Green+Blue) = 173+102+15=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD660F is #5299F0. Grayscale: #717171. Windows color (decimal): -5413361 or 1009325. OLE color: 1009325.
HSL color Cylindrical-coordinate representation of color #AD660F: hue angle of 33.04º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD660F is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 15 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.32 |
| HSL | 33.04º | 0.84% | 0.37% | - |
| HSV(B) | 33.04º | 0.91% | 0.68% | - |
| XYZ | 22.07 | 18.42 | 2.84 | - |
| YUV | 113.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 15 | 0 | 0.41 | 0.91 | 0.32 | 33.04 | 0.84 | 0.37 |
| Hex | AD | 66 | F | 0 | 29 | 5B | 20 | 21 | 54 | 25 |
| Octal | 255 | 146 | 17 | 0 | 51 | 133 | 40 | 41 | 124 | 45 |
| Binary | 10101101 | 1100110 | 1111 | 0 | 101001 | 1011011 | 100000 | 100001 | 1010100 | 100101 |
Color Harmonies of #AD660F
Complementary color
Monochromatic Colors of #AD660F
Black with #AD660F
Text Example
Text Example
White with #AD660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD660F; }
p { color: rgb(173,102,15); }
H1.HeaderClassName
{
color: #AD660F;
}
.AnyTagClassName
{
color: #AD660F;
}
</style>
background-color css
<style>
a { background-color: #AD660F; }
a { background-color: rgb(173,102,15); }
div.DivClassName
{
background-color: #AD660F;
}
.BgClassName
{
background-color: #AD660F;
}
</style>
border-color css
<style>
span { border-color: #AD660F; }
span { border-color: rgb(173,102,15); }
td.TdClassName
{
border-color: #AD660F;
}
.TagClassName
{
border-color: #AD660F;
}
</style>