Shades of Alpine #A8893C
Tints of Alpine #A8893C
RGB
CMYK
RGB Variations
Color information
#A8893C (or 0xA8893C) is known color: Alpine. HEX triplet: A8, 89 and 3C. RGB value is (168,137,60). Sum of RGB (Red+Green+Blue) = 168+137+60=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8893C is #5776C3. Grayscale: #898989. Windows color (decimal): -5732036 or 3967400. OLE color: 3967400.
HSL color Cylindrical-coordinate representation of color #A8893C: hue angle of 42.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8893C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 60 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.34 |
| HSL | 42.78º | 0.47% | 0.45% | - |
| HSV(B) | 42.78º | 0.64% | 0.66% | - |
| XYZ | 25.91 | 26.54 | 8.03 | - |
| YUV | 137.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 60 | 0 | 0.18 | 0.64 | 0.34 | 42.78 | 0.47 | 0.45 |
| Hex | A8 | 89 | 3C | 0 | 12 | 40 | 22 | 2B | 2F | 2D |
| Octal | 250 | 211 | 74 | 0 | 22 | 100 | 42 | 53 | 57 | 55 |
| Binary | 10101000 | 10001001 | 111100 | 0 | 10010 | 1000000 | 100010 | 101011 | 101111 | 101101 |
Color Harmonies of #A8893C
Complementary color
Monochromatic Colors of #A8893C
Black with #A8893C
Text Example
Text Example
White with #A8893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8893C; }
p { color: rgb(168,137,60); }
H1.HeaderClassName
{
color: #A8893C;
}
.AnyTagClassName
{
color: #A8893C;
}
</style>
background-color css
<style>
a { background-color: #A8893C; }
a { background-color: rgb(168,137,60); }
div.DivClassName
{
background-color: #A8893C;
}
.BgClassName
{
background-color: #A8893C;
}
</style>
border-color css
<style>
span { border-color: #A8893C; }
span { border-color: rgb(168,137,60); }
td.TdClassName
{
border-color: #A8893C;
}
.TagClassName
{
border-color: #A8893C;
}
</style>