Shades of Golden Brown #AD640E
Tints of Golden Brown #AD640E
RGB
CMYK
RGB Variations
Color information
#AD640E (or 0xAD640E) is known color: Golden Brown. HEX triplet: AD, 64 and 0E. RGB value is (173,100,14). Sum of RGB (Red+Green+Blue) = 173+100+14=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD640E is #529BF1. Grayscale: #707070. Windows color (decimal): -5413874 or 943277. OLE color: 943277.
HSL color Cylindrical-coordinate representation of color #AD640E: hue angle of 32.45º 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 #AD640E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.32 |
| HSL | 32.45º | 0.85% | 0.37% | - |
| HSV(B) | 32.45º | 0.92% | 0.68% | - |
| XYZ | 21.87 | 18.03 | 2.74 | - |
| YUV | 112.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 14 | 0 | 0.42 | 0.92 | 0.32 | 32.45 | 0.85 | 0.37 |
| Hex | AD | 64 | E | 0 | 2A | 5C | 20 | 20 | 55 | 25 |
| Octal | 255 | 144 | 16 | 0 | 52 | 134 | 40 | 40 | 125 | 45 |
| Binary | 10101101 | 1100100 | 1110 | 0 | 101010 | 1011100 | 100000 | 100000 | 1010101 | 100101 |
Color Harmonies of #AD640E
Complementary color
Monochromatic Colors of #AD640E
Black with #AD640E
Text Example
Text Example
White with #AD640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD640E; }
p { color: rgb(173,100,14); }
H1.HeaderClassName
{
color: #AD640E;
}
.AnyTagClassName
{
color: #AD640E;
}
</style>
background-color css
<style>
a { background-color: #AD640E; }
a { background-color: rgb(173,100,14); }
div.DivClassName
{
background-color: #AD640E;
}
.BgClassName
{
background-color: #AD640E;
}
</style>
border-color css
<style>
span { border-color: #AD640E; }
span { border-color: rgb(173,100,14); }
td.TdClassName
{
border-color: #AD640E;
}
.TagClassName
{
border-color: #AD640E;
}
</style>