Shades of Golden Brown #AD6719
Tints of Golden Brown #AD6719
RGB
CMYK
RGB Variations
Color information
#AD6719 (or 0xAD6719) is known color: Golden Brown. HEX triplet: AD, 67 and 19. RGB value is (173,103,25). Sum of RGB (Red+Green+Blue) = 173+103+25=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6719 is #5298E6. Grayscale: #737373. Windows color (decimal): -5413095 or 1664941. OLE color: 1664941.
HSL color Cylindrical-coordinate representation of color #AD6719: hue angle of 31.62º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD6719 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 25 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.32 |
| HSL | 31.62º | 0.75% | 0.39% | - |
| HSV(B) | 31.62º | 0.86% | 0.68% | - |
| XYZ | 22.26 | 18.65 | 3.35 | - |
| YUV | 115.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 25 | 0 | 0.40 | 0.86 | 0.32 | 31.62 | 0.75 | 0.39 |
| Hex | AD | 67 | 19 | 0 | 28 | 56 | 20 | 20 | 4B | 27 |
| Octal | 255 | 147 | 31 | 0 | 50 | 126 | 40 | 40 | 113 | 47 |
| Binary | 10101101 | 1100111 | 11001 | 0 | 101000 | 1010110 | 100000 | 100000 | 1001011 | 100111 |
Color Harmonies of #AD6719
Complementary color
Monochromatic Colors of #AD6719
Black with #AD6719
Text Example
Text Example
White with #AD6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6719; }
p { color: rgb(173,103,25); }
H1.HeaderClassName
{
color: #AD6719;
}
.AnyTagClassName
{
color: #AD6719;
}
</style>
background-color css
<style>
a { background-color: #AD6719; }
a { background-color: rgb(173,103,25); }
div.DivClassName
{
background-color: #AD6719;
}
.BgClassName
{
background-color: #AD6719;
}
</style>
border-color css
<style>
span { border-color: #AD6719; }
span { border-color: rgb(173,103,25); }
td.TdClassName
{
border-color: #AD6719;
}
.TagClassName
{
border-color: #AD6719;
}
</style>