Shades of Alpine #AD8B3E
Tints of Alpine #AD8B3E
RGB
CMYK
RGB Variations
Color information
#AD8B3E (or 0xAD8B3E) is known color: Alpine. HEX triplet: AD, 8B and 3E. RGB value is (173,139,62). Sum of RGB (Red+Green+Blue) = 173+139+62=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B3E is #5274C1. Grayscale: #8C8C8C. Windows color (decimal): -5403842 or 4098989. OLE color: 4098989.
HSL color Cylindrical-coordinate representation of color #AD8B3E: hue angle of 41.62º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD8B3E is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 62 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.32 |
| HSL | 41.62º | 0.47% | 0.46% | - |
| HSV(B) | 41.62º | 0.64% | 0.68% | - |
| XYZ | 27.34 | 27.7 | 8.46 | - |
| YUV | 140.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 62 | 0 | 0.20 | 0.64 | 0.32 | 41.62 | 0.47 | 0.46 |
| Hex | AD | 8B | 3E | 0 | 14 | 40 | 20 | 2A | 2F | 2E |
| Octal | 255 | 213 | 76 | 0 | 24 | 100 | 40 | 52 | 57 | 56 |
| Binary | 10101101 | 10001011 | 111110 | 0 | 10100 | 1000000 | 100000 | 101010 | 101111 | 101110 |
Color Harmonies of #AD8B3E
Complementary color
Monochromatic Colors of #AD8B3E
Black with #AD8B3E
Text Example
Text Example
White with #AD8B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B3E; }
p { color: rgb(173,139,62); }
H1.HeaderClassName
{
color: #AD8B3E;
}
.AnyTagClassName
{
color: #AD8B3E;
}
</style>
background-color css
<style>
a { background-color: #AD8B3E; }
a { background-color: rgb(173,139,62); }
div.DivClassName
{
background-color: #AD8B3E;
}
.BgClassName
{
background-color: #AD8B3E;
}
</style>
border-color css
<style>
span { border-color: #AD8B3E; }
span { border-color: rgb(173,139,62); }
td.TdClassName
{
border-color: #AD8B3E;
}
.TagClassName
{
border-color: #AD8B3E;
}
</style>