Shades of Golden Brown #AD660C
Tints of Golden Brown #AD660C
RGB
CMYK
RGB Variations
Color information
#AD660C (or 0xAD660C) is known color: Golden Brown. HEX triplet: AD, 66 and 0C. RGB value is (173,102,12). Sum of RGB (Red+Green+Blue) = 173+102+12=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD660C is #5299F3. Grayscale: #717171. Windows color (decimal): -5413364 or 812717. OLE color: 812717.
HSL color Cylindrical-coordinate representation of color #AD660C: hue angle of 33.54º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD660C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.32 |
| HSL | 33.54º | 0.87% | 0.36% | - |
| HSV(B) | 33.54º | 0.93% | 0.68% | - |
| XYZ | 22.05 | 18.41 | 2.74 | - |
| YUV | 112.97 | 71.02 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 12 | 0 | 0.41 | 0.93 | 0.32 | 33.54 | 0.87 | 0.36 |
| Hex | AD | 66 | C | 0 | 29 | 5D | 20 | 22 | 57 | 24 |
| Octal | 255 | 146 | 14 | 0 | 51 | 135 | 40 | 42 | 127 | 44 |
| Binary | 10101101 | 1100110 | 1100 | 0 | 101001 | 1011101 | 100000 | 100010 | 1010111 | 100100 |
Color Harmonies of #AD660C
Complementary color
Monochromatic Colors of #AD660C
Black with #AD660C
Text Example
Text Example
White with #AD660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD660C; }
p { color: rgb(173,102,12); }
H1.HeaderClassName
{
color: #AD660C;
}
.AnyTagClassName
{
color: #AD660C;
}
</style>
background-color css
<style>
a { background-color: #AD660C; }
a { background-color: rgb(173,102,12); }
div.DivClassName
{
background-color: #AD660C;
}
.BgClassName
{
background-color: #AD660C;
}
</style>
border-color css
<style>
span { border-color: #AD660C; }
span { border-color: rgb(173,102,12); }
td.TdClassName
{
border-color: #AD660C;
}
.TagClassName
{
border-color: #AD660C;
}
</style>