Shades of Alpine #A97F38
Tints of Alpine #A97F38
RGB
CMYK
RGB Variations
Color information
#A97F38 (or 0xA97F38) is known color: Alpine. HEX triplet: A9, 7F and 38. RGB value is (169,127,56). Sum of RGB (Red+Green+Blue) = 169+127+56=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97F38 is #5680C7. Grayscale: #838383. Windows color (decimal): -5669064 or 3702697. OLE color: 3702697.
HSL color Cylindrical-coordinate representation of color #A97F38: hue angle of 37.7º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A97F38 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 127 | 56 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.34 |
| HSL | 37.7º | 0.5% | 0.44% | - |
| HSV(B) | 37.7º | 0.67% | 0.66% | - |
| XYZ | 24.67 | 23.9 | 7.05 | - |
| YUV | 131.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 56 | 0 | 0.25 | 0.67 | 0.34 | 37.7 | 0.5 | 0.44 |
| Hex | A9 | 7F | 38 | 0 | 19 | 43 | 22 | 26 | 32 | 2C |
| Octal | 251 | 177 | 70 | 0 | 31 | 103 | 42 | 46 | 62 | 54 |
| Binary | 10101001 | 1111111 | 111000 | 0 | 11001 | 1000011 | 100010 | 100110 | 110010 | 101100 |
Color Harmonies of #A97F38
Complementary color
Monochromatic Colors of #A97F38
Black with #A97F38
Text Example
Text Example
White with #A97F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97F38; }
p { color: rgb(169,127,56); }
H1.HeaderClassName
{
color: #A97F38;
}
.AnyTagClassName
{
color: #A97F38;
}
</style>
background-color css
<style>
a { background-color: #A97F38; }
a { background-color: rgb(169,127,56); }
div.DivClassName
{
background-color: #A97F38;
}
.BgClassName
{
background-color: #A97F38;
}
</style>
border-color css
<style>
span { border-color: #A97F38; }
span { border-color: rgb(169,127,56); }
td.TdClassName
{
border-color: #A97F38;
}
.TagClassName
{
border-color: #A97F38;
}
</style>