Shades of Golden Brown #AD670E
Tints of Golden Brown #AD670E
RGB
CMYK
RGB Variations
Color information
#AD670E (or 0xAD670E) is known color: Golden Brown. HEX triplet: AD, 67 and 0E. RGB value is (173,103,14). Sum of RGB (Red+Green+Blue) = 173+103+14=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD670E is #5298F1. Grayscale: #727272. Windows color (decimal): -5413106 or 944045. OLE color: 944045.
HSL color Cylindrical-coordinate representation of color #AD670E: hue angle of 33.58º 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 #AD670E is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 14 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.32 |
| HSL | 33.58º | 0.85% | 0.37% | - |
| HSV(B) | 33.58º | 0.92% | 0.68% | - |
| XYZ | 22.16 | 18.62 | 2.84 | - |
| YUV | 113.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 14 | 0 | 0.40 | 0.92 | 0.32 | 33.58 | 0.85 | 0.37 |
| Hex | AD | 67 | E | 0 | 28 | 5C | 20 | 22 | 55 | 25 |
| Octal | 255 | 147 | 16 | 0 | 50 | 134 | 40 | 42 | 125 | 45 |
| Binary | 10101101 | 1100111 | 1110 | 0 | 101000 | 1011100 | 100000 | 100010 | 1010101 | 100101 |
Color Harmonies of #AD670E
Complementary color
Monochromatic Colors of #AD670E
Black with #AD670E
Text Example
Text Example
White with #AD670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD670E; }
p { color: rgb(173,103,14); }
H1.HeaderClassName
{
color: #AD670E;
}
.AnyTagClassName
{
color: #AD670E;
}
</style>
background-color css
<style>
a { background-color: #AD670E; }
a { background-color: rgb(173,103,14); }
div.DivClassName
{
background-color: #AD670E;
}
.BgClassName
{
background-color: #AD670E;
}
</style>
border-color css
<style>
span { border-color: #AD670E; }
span { border-color: rgb(173,103,14); }
td.TdClassName
{
border-color: #AD670E;
}
.TagClassName
{
border-color: #AD670E;
}
</style>