Shades of Alpine #A97D3E
Tints of Alpine #A97D3E
RGB
CMYK
RGB Variations
Color information
#A97D3E (or 0xA97D3E) is known color: Alpine. HEX triplet: A9, 7D and 3E. RGB value is (169,125,62). Sum of RGB (Red+Green+Blue) = 169+125+62=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97D3E is #5682C1. Grayscale: #838383. Windows color (decimal): -5669570 or 4095401. OLE color: 4095401.
HSL color Cylindrical-coordinate representation of color #A97D3E: hue angle of 35.33º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A97D3E is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 62 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.34 |
| HSL | 35.33º | 0.46% | 0.45% | - |
| HSV(B) | 35.33º | 0.63% | 0.66% | - |
| XYZ | 24.57 | 23.45 | 7.79 | - |
| YUV | 130.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 62 | 0 | 0.26 | 0.63 | 0.34 | 35.33 | 0.46 | 0.45 |
| Hex | A9 | 7D | 3E | 0 | 1A | 3F | 22 | 23 | 2E | 2D |
| Octal | 251 | 175 | 76 | 0 | 32 | 77 | 42 | 43 | 56 | 55 |
| Binary | 10101001 | 1111101 | 111110 | 0 | 11010 | 111111 | 100010 | 100011 | 101110 | 101101 |
Color Harmonies of #A97D3E
Complementary color
Monochromatic Colors of #A97D3E
Black with #A97D3E
Text Example
Text Example
White with #A97D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D3E; }
p { color: rgb(169,125,62); }
H1.HeaderClassName
{
color: #A97D3E;
}
.AnyTagClassName
{
color: #A97D3E;
}
</style>
background-color css
<style>
a { background-color: #A97D3E; }
a { background-color: rgb(169,125,62); }
div.DivClassName
{
background-color: #A97D3E;
}
.BgClassName
{
background-color: #A97D3E;
}
</style>
border-color css
<style>
span { border-color: #A97D3E; }
span { border-color: rgb(169,125,62); }
td.TdClassName
{
border-color: #A97D3E;
}
.TagClassName
{
border-color: #A97D3E;
}
</style>