Shades of Alpine #AD8A3F
Tints of Alpine #AD8A3F
RGB
CMYK
RGB Variations
Color information
#AD8A3F (or 0xAD8A3F) is known color: Alpine. HEX triplet: AD, 8A and 3F. RGB value is (173,138,63). Sum of RGB (Red+Green+Blue) = 173+138+63=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A3F is #5275C0. Grayscale: #8C8C8C. Windows color (decimal): -5404097 or 4164269. OLE color: 4164269.
HSL color Cylindrical-coordinate representation of color #AD8A3F: hue angle of 40.91º 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 #AD8A3F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 63 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.32 |
| HSL | 40.91º | 0.47% | 0.46% | - |
| HSV(B) | 40.91º | 0.64% | 0.68% | - |
| XYZ | 27.22 | 27.42 | 8.56 | - |
| YUV | 139.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 63 | 0 | 0.20 | 0.64 | 0.32 | 40.91 | 0.47 | 0.46 |
| Hex | AD | 8A | 3F | 0 | 14 | 40 | 20 | 29 | 2F | 2E |
| Octal | 255 | 212 | 77 | 0 | 24 | 100 | 40 | 51 | 57 | 56 |
| Binary | 10101101 | 10001010 | 111111 | 0 | 10100 | 1000000 | 100000 | 101001 | 101111 | 101110 |
Color Harmonies of #AD8A3F
Complementary color
Monochromatic Colors of #AD8A3F
Black with #AD8A3F
Text Example
Text Example
White with #AD8A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A3F; }
p { color: rgb(173,138,63); }
H1.HeaderClassName
{
color: #AD8A3F;
}
.AnyTagClassName
{
color: #AD8A3F;
}
</style>
background-color css
<style>
a { background-color: #AD8A3F; }
a { background-color: rgb(173,138,63); }
div.DivClassName
{
background-color: #AD8A3F;
}
.BgClassName
{
background-color: #AD8A3F;
}
</style>
border-color css
<style>
span { border-color: #AD8A3F; }
span { border-color: rgb(173,138,63); }
td.TdClassName
{
border-color: #AD8A3F;
}
.TagClassName
{
border-color: #AD8A3F;
}
</style>