Shades of Golden Brown #AD671B
Tints of Golden Brown #AD671B
RGB
CMYK
RGB Variations
Color information
#AD671B (or 0xAD671B) is known color: Golden Brown. HEX triplet: AD, 67 and 1B. RGB value is (173,103,27). Sum of RGB (Red+Green+Blue) = 173+103+27=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD671B is #5298E4. Grayscale: #737373. Windows color (decimal): -5413093 or 1796013. OLE color: 1796013.
HSL color Cylindrical-coordinate representation of color #AD671B: hue angle of 31.23º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD671B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 27 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.32 |
| HSL | 31.23º | 0.73% | 0.39% | - |
| HSV(B) | 31.23º | 0.84% | 0.68% | - |
| XYZ | 22.28 | 18.66 | 3.47 | - |
| YUV | 115.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 27 | 0 | 0.40 | 0.84 | 0.32 | 31.23 | 0.73 | 0.39 |
| Hex | AD | 67 | 1B | 0 | 28 | 54 | 20 | 1F | 49 | 27 |
| Octal | 255 | 147 | 33 | 0 | 50 | 124 | 40 | 37 | 111 | 47 |
| Binary | 10101101 | 1100111 | 11011 | 0 | 101000 | 1010100 | 100000 | 11111 | 1001001 | 100111 |
Color Harmonies of #AD671B
Complementary color
Monochromatic Colors of #AD671B
Black with #AD671B
Text Example
Text Example
White with #AD671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD671B; }
p { color: rgb(173,103,27); }
H1.HeaderClassName
{
color: #AD671B;
}
.AnyTagClassName
{
color: #AD671B;
}
</style>
background-color css
<style>
a { background-color: #AD671B; }
a { background-color: rgb(173,103,27); }
div.DivClassName
{
background-color: #AD671B;
}
.BgClassName
{
background-color: #AD671B;
}
</style>
border-color css
<style>
span { border-color: #AD671B; }
span { border-color: rgb(173,103,27); }
td.TdClassName
{
border-color: #AD671B;
}
.TagClassName
{
border-color: #AD671B;
}
</style>