Shades of Alpine #A17D3D
Tints of Alpine #A17D3D
RGB
CMYK
RGB Variations
Color information
#A17D3D (or 0xA17D3D) is known color: Alpine. HEX triplet: A1, 7D and 3D. RGB value is (161,125,61). Sum of RGB (Red+Green+Blue) = 161+125+61=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D3D is #5E82C2. Grayscale: #808080. Windows color (decimal): -6193859 or 4029857. OLE color: 4029857.
HSL color Cylindrical-coordinate representation of color #A17D3D: hue angle of 38.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A17D3D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 61 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.37 |
| HSL | 38.4º | 0.45% | 0.44% | - |
| HSV(B) | 38.4º | 0.62% | 0.63% | - |
| XYZ | 22.87 | 22.58 | 7.57 | - |
| YUV | 128.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 61 | 0 | 0.22 | 0.62 | 0.37 | 38.4 | 0.45 | 0.44 |
| Hex | A1 | 7D | 3D | 0 | 16 | 3E | 25 | 26 | 2D | 2C |
| Octal | 241 | 175 | 75 | 0 | 26 | 76 | 45 | 46 | 55 | 54 |
| Binary | 10100001 | 1111101 | 111101 | 0 | 10110 | 111110 | 100101 | 100110 | 101101 | 101100 |
Color Harmonies of #A17D3D
Complementary color
Monochromatic Colors of #A17D3D
Black with #A17D3D
Text Example
Text Example
White with #A17D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D3D; }
p { color: rgb(161,125,61); }
H1.HeaderClassName
{
color: #A17D3D;
}
.AnyTagClassName
{
color: #A17D3D;
}
</style>
background-color css
<style>
a { background-color: #A17D3D; }
a { background-color: rgb(161,125,61); }
div.DivClassName
{
background-color: #A17D3D;
}
.BgClassName
{
background-color: #A17D3D;
}
</style>
border-color css
<style>
span { border-color: #A17D3D; }
span { border-color: rgb(161,125,61); }
td.TdClassName
{
border-color: #A17D3D;
}
.TagClassName
{
border-color: #A17D3D;
}
</style>