Shades of Alpine #A8833B
Tints of Alpine #A8833B
RGB
CMYK
RGB Variations
Color information
#A8833B (or 0xA8833B) is known color: Alpine. HEX triplet: A8, 83 and 3B. RGB value is (168,131,59). Sum of RGB (Red+Green+Blue) = 168+131+59=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8833B is #577CC4. Grayscale: #868686. Windows color (decimal): -5733573 or 3900328. OLE color: 3900328.
HSL color Cylindrical-coordinate representation of color #A8833B: hue angle of 39.63º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8833B is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 59 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.34 |
| HSL | 39.63º | 0.48% | 0.45% | - |
| HSV(B) | 39.63º | 0.65% | 0.66% | - |
| XYZ | 25.05 | 24.87 | 7.62 | - |
| YUV | 133.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 59 | 0 | 0.22 | 0.65 | 0.34 | 39.63 | 0.48 | 0.45 |
| Hex | A8 | 83 | 3B | 0 | 16 | 41 | 22 | 28 | 30 | 2D |
| Octal | 250 | 203 | 73 | 0 | 26 | 101 | 42 | 50 | 60 | 55 |
| Binary | 10101000 | 10000011 | 111011 | 0 | 10110 | 1000001 | 100010 | 101000 | 110000 | 101101 |
Color Harmonies of #A8833B
Complementary color
Monochromatic Colors of #A8833B
Black with #A8833B
Text Example
Text Example
White with #A8833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8833B; }
p { color: rgb(168,131,59); }
H1.HeaderClassName
{
color: #A8833B;
}
.AnyTagClassName
{
color: #A8833B;
}
</style>
background-color css
<style>
a { background-color: #A8833B; }
a { background-color: rgb(168,131,59); }
div.DivClassName
{
background-color: #A8833B;
}
.BgClassName
{
background-color: #A8833B;
}
</style>
border-color css
<style>
span { border-color: #A8833B; }
span { border-color: rgb(168,131,59); }
td.TdClassName
{
border-color: #A8833B;
}
.TagClassName
{
border-color: #A8833B;
}
</style>