Shades of Alpine #A8833A
Tints of Alpine #A8833A
RGB
CMYK
RGB Variations
Color information
#A8833A (or 0xA8833A) is known color: Alpine. HEX triplet: A8, 83 and 3A. RGB value is (168,131,58). Sum of RGB (Red+Green+Blue) = 168+131+58=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8833A is #577CC5. Grayscale: #868686. Windows color (decimal): -5733574 or 3834792. OLE color: 3834792.
HSL color Cylindrical-coordinate representation of color #A8833A: hue angle of 39.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8833A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 58 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.34 |
| HSL | 39.82º | 0.49% | 0.44% | - |
| HSV(B) | 39.82º | 0.65% | 0.66% | - |
| XYZ | 25.03 | 24.86 | 7.48 | - |
| YUV | 133.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 58 | 0 | 0.22 | 0.65 | 0.34 | 39.82 | 0.49 | 0.44 |
| Hex | A8 | 83 | 3A | 0 | 16 | 41 | 22 | 28 | 31 | 2C |
| Octal | 250 | 203 | 72 | 0 | 26 | 101 | 42 | 50 | 61 | 54 |
| Binary | 10101000 | 10000011 | 111010 | 0 | 10110 | 1000001 | 100010 | 101000 | 110001 | 101100 |
Color Harmonies of #A8833A
Complementary color
Monochromatic Colors of #A8833A
Black with #A8833A
Text Example
Text Example
White with #A8833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8833A; }
p { color: rgb(168,131,58); }
H1.HeaderClassName
{
color: #A8833A;
}
.AnyTagClassName
{
color: #A8833A;
}
</style>
background-color css
<style>
a { background-color: #A8833A; }
a { background-color: rgb(168,131,58); }
div.DivClassName
{
background-color: #A8833A;
}
.BgClassName
{
background-color: #A8833A;
}
</style>
border-color css
<style>
span { border-color: #A8833A; }
span { border-color: rgb(168,131,58); }
td.TdClassName
{
border-color: #A8833A;
}
.TagClassName
{
border-color: #A8833A;
}
</style>