Shades of Golden Brown #AD690E
Tints of Golden Brown #AD690E
RGB
CMYK
RGB Variations
Color information
#AD690E (or 0xAD690E) is known color: Golden Brown. HEX triplet: AD, 69 and 0E. RGB value is (173,105,14). Sum of RGB (Red+Green+Blue) = 173+105+14=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD690E is #5296F1. Grayscale: #737373. Windows color (decimal): -5412594 or 944557. OLE color: 944557.
HSL color Cylindrical-coordinate representation of color #AD690E: hue angle of 34.34º 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 #AD690E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 14 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.32 |
| HSL | 34.34º | 0.85% | 0.37% | - |
| HSV(B) | 34.34º | 0.92% | 0.68% | - |
| XYZ | 22.36 | 19.02 | 2.91 | - |
| YUV | 114.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 14 | 0 | 0.39 | 0.92 | 0.32 | 34.34 | 0.85 | 0.37 |
| Hex | AD | 69 | E | 0 | 27 | 5C | 20 | 22 | 55 | 25 |
| Octal | 255 | 151 | 16 | 0 | 47 | 134 | 40 | 42 | 125 | 45 |
| Binary | 10101101 | 1101001 | 1110 | 0 | 100111 | 1011100 | 100000 | 100010 | 1010101 | 100101 |
Color Harmonies of #AD690E
Complementary color
Monochromatic Colors of #AD690E
Black with #AD690E
Text Example
Text Example
White with #AD690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD690E; }
p { color: rgb(173,105,14); }
H1.HeaderClassName
{
color: #AD690E;
}
.AnyTagClassName
{
color: #AD690E;
}
</style>
background-color css
<style>
a { background-color: #AD690E; }
a { background-color: rgb(173,105,14); }
div.DivClassName
{
background-color: #AD690E;
}
.BgClassName
{
background-color: #AD690E;
}
</style>
border-color css
<style>
span { border-color: #AD690E; }
span { border-color: rgb(173,105,14); }
td.TdClassName
{
border-color: #AD690E;
}
.TagClassName
{
border-color: #AD690E;
}
</style>