Shades of Golden Brown #AD690D
Tints of Golden Brown #AD690D
RGB
CMYK
RGB Variations
Color information
#AD690D (or 0xAD690D) is known color: Golden Brown. HEX triplet: AD, 69 and 0D. RGB value is (173,105,13). Sum of RGB (Red+Green+Blue) = 173+105+13=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD690D is #5296F2. Grayscale: #737373. Windows color (decimal): -5412595 or 879021. OLE color: 879021.
HSL color Cylindrical-coordinate representation of color #AD690D: hue angle of 34.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD690D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 13 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.32 |
| HSL | 34.5º | 0.86% | 0.36% | - |
| HSV(B) | 34.5º | 0.92% | 0.68% | - |
| XYZ | 22.36 | 19.02 | 2.87 | - |
| YUV | 114.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 13 | 0 | 0.39 | 0.92 | 0.32 | 34.5 | 0.86 | 0.36 |
| Hex | AD | 69 | D | 0 | 27 | 5C | 20 | 22 | 56 | 24 |
| Octal | 255 | 151 | 15 | 0 | 47 | 134 | 40 | 42 | 126 | 44 |
| Binary | 10101101 | 1101001 | 1101 | 0 | 100111 | 1011100 | 100000 | 100010 | 1010110 | 100100 |
Color Harmonies of #AD690D
Complementary color
Monochromatic Colors of #AD690D
Black with #AD690D
Text Example
Text Example
White with #AD690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD690D; }
p { color: rgb(173,105,13); }
H1.HeaderClassName
{
color: #AD690D;
}
.AnyTagClassName
{
color: #AD690D;
}
</style>
background-color css
<style>
a { background-color: #AD690D; }
a { background-color: rgb(173,105,13); }
div.DivClassName
{
background-color: #AD690D;
}
.BgClassName
{
background-color: #AD690D;
}
</style>
border-color css
<style>
span { border-color: #AD690D; }
span { border-color: rgb(173,105,13); }
td.TdClassName
{
border-color: #AD690D;
}
.TagClassName
{
border-color: #AD690D;
}
</style>