Shades of Golden Brown #AD681A
Tints of Golden Brown #AD681A
RGB
CMYK
RGB Variations
Color information
#AD681A (or 0xAD681A) is known color: Golden Brown. HEX triplet: AD, 68 and 1A. RGB value is (173,104,26). Sum of RGB (Red+Green+Blue) = 173+104+26=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD681A is #5297E5. Grayscale: #747474. Windows color (decimal): -5412838 or 1730733. OLE color: 1730733.
HSL color Cylindrical-coordinate representation of color #AD681A: hue angle of 31.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD681A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 26 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.32 |
| HSL | 31.84º | 0.74% | 0.39% | - |
| HSV(B) | 31.84º | 0.85% | 0.68% | - |
| XYZ | 22.37 | 18.86 | 3.44 | - |
| YUV | 115.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 26 | 0 | 0.40 | 0.85 | 0.32 | 31.84 | 0.74 | 0.39 |
| Hex | AD | 68 | 1A | 0 | 28 | 55 | 20 | 20 | 4A | 27 |
| Octal | 255 | 150 | 32 | 0 | 50 | 125 | 40 | 40 | 112 | 47 |
| Binary | 10101101 | 1101000 | 11010 | 0 | 101000 | 1010101 | 100000 | 100000 | 1001010 | 100111 |
Color Harmonies of #AD681A
Complementary color
Monochromatic Colors of #AD681A
Black with #AD681A
Text Example
Text Example
White with #AD681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD681A; }
p { color: rgb(173,104,26); }
H1.HeaderClassName
{
color: #AD681A;
}
.AnyTagClassName
{
color: #AD681A;
}
</style>
background-color css
<style>
a { background-color: #AD681A; }
a { background-color: rgb(173,104,26); }
div.DivClassName
{
background-color: #AD681A;
}
.BgClassName
{
background-color: #AD681A;
}
</style>
border-color css
<style>
span { border-color: #AD681A; }
span { border-color: rgb(173,104,26); }
td.TdClassName
{
border-color: #AD681A;
}
.TagClassName
{
border-color: #AD681A;
}
</style>