Shades of Alpine #AD8640
Tints of Alpine #AD8640
RGB
CMYK
RGB Variations
Color information
#AD8640 (or 0xAD8640) is known color: Alpine. HEX triplet: AD, 86 and 40. RGB value is (173,134,64). Sum of RGB (Red+Green+Blue) = 173+134+64=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8640 is #5279BF. Grayscale: #8A8A8A. Windows color (decimal): -5405120 or 4228781. OLE color: 4228781.
HSL color Cylindrical-coordinate representation of color #AD8640: hue angle of 38.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD8640 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 64 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.32 |
| HSL | 38.53º | 0.46% | 0.46% | - |
| HSV(B) | 38.53º | 0.63% | 0.68% | - |
| XYZ | 26.68 | 26.3 | 8.52 | - |
| YUV | 137.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 64 | 0 | 0.23 | 0.63 | 0.32 | 38.53 | 0.46 | 0.46 |
| Hex | AD | 86 | 40 | 0 | 17 | 3F | 20 | 27 | 2E | 2E |
| Octal | 255 | 206 | 100 | 0 | 27 | 77 | 40 | 47 | 56 | 56 |
| Binary | 10101101 | 10000110 | 1000000 | 0 | 10111 | 111111 | 100000 | 100111 | 101110 | 101110 |
Color Harmonies of #AD8640
Complementary color
Monochromatic Colors of #AD8640
Black with #AD8640
Text Example
Text Example
White with #AD8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8640; }
p { color: rgb(173,134,64); }
H1.HeaderClassName
{
color: #AD8640;
}
.AnyTagClassName
{
color: #AD8640;
}
</style>
background-color css
<style>
a { background-color: #AD8640; }
a { background-color: rgb(173,134,64); }
div.DivClassName
{
background-color: #AD8640;
}
.BgClassName
{
background-color: #AD8640;
}
</style>
border-color css
<style>
span { border-color: #AD8640; }
span { border-color: rgb(173,134,64); }
td.TdClassName
{
border-color: #AD8640;
}
.TagClassName
{
border-color: #AD8640;
}
</style>