Shades of Alpine #A97D3A
Tints of Alpine #A97D3A
RGB
CMYK
RGB Variations
Color information
#A97D3A (or 0xA97D3A) is known color: Alpine. HEX triplet: A9, 7D and 3A. RGB value is (169,125,58). Sum of RGB (Red+Green+Blue) = 169+125+58=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97D3A is #5682C5. Grayscale: #828282. Windows color (decimal): -5669574 or 3833257. OLE color: 3833257.
HSL color Cylindrical-coordinate representation of color #A97D3A: hue angle of 36.22º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A97D3A is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 58 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.34 |
| HSL | 36.22º | 0.49% | 0.45% | - |
| HSV(B) | 36.22º | 0.66% | 0.66% | - |
| XYZ | 24.46 | 23.41 | 7.23 | - |
| YUV | 130.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 58 | 0 | 0.26 | 0.66 | 0.34 | 36.22 | 0.49 | 0.45 |
| Hex | A9 | 7D | 3A | 0 | 1A | 42 | 22 | 24 | 31 | 2D |
| Octal | 251 | 175 | 72 | 0 | 32 | 102 | 42 | 44 | 61 | 55 |
| Binary | 10101001 | 1111101 | 111010 | 0 | 11010 | 1000010 | 100010 | 100100 | 110001 | 101101 |
Color Harmonies of #A97D3A
Complementary color
Monochromatic Colors of #A97D3A
Black with #A97D3A
Text Example
Text Example
White with #A97D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D3A; }
p { color: rgb(169,125,58); }
H1.HeaderClassName
{
color: #A97D3A;
}
.AnyTagClassName
{
color: #A97D3A;
}
</style>
background-color css
<style>
a { background-color: #A97D3A; }
a { background-color: rgb(169,125,58); }
div.DivClassName
{
background-color: #A97D3A;
}
.BgClassName
{
background-color: #A97D3A;
}
</style>
border-color css
<style>
span { border-color: #A97D3A; }
span { border-color: rgb(169,125,58); }
td.TdClassName
{
border-color: #A97D3A;
}
.TagClassName
{
border-color: #A97D3A;
}
</style>