Shades of Alpine #A8833E
Tints of Alpine #A8833E
RGB
CMYK
RGB Variations
Color information
#A8833E (or 0xA8833E) is known color: Alpine. HEX triplet: A8, 83 and 3E. RGB value is (168,131,62). Sum of RGB (Red+Green+Blue) = 168+131+62=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8833E is #577CC1. Grayscale: #868686. Windows color (decimal): -5733570 or 4096936. OLE color: 4096936.
HSL color Cylindrical-coordinate representation of color #A8833E: hue angle of 39.06º 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 #A8833E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 62 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.34 |
| HSL | 39.06º | 0.46% | 0.45% | - |
| HSV(B) | 39.06º | 0.63% | 0.66% | - |
| XYZ | 25.13 | 24.91 | 8.04 | - |
| YUV | 134.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 62 | 0 | 0.22 | 0.63 | 0.34 | 39.06 | 0.46 | 0.45 |
| Hex | A8 | 83 | 3E | 0 | 16 | 3F | 22 | 27 | 2E | 2D |
| Octal | 250 | 203 | 76 | 0 | 26 | 77 | 42 | 47 | 56 | 55 |
| Binary | 10101000 | 10000011 | 111110 | 0 | 10110 | 111111 | 100010 | 100111 | 101110 | 101101 |
Color Harmonies of #A8833E
Complementary color
Monochromatic Colors of #A8833E
Black with #A8833E
Text Example
Text Example
White with #A8833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8833E; }
p { color: rgb(168,131,62); }
H1.HeaderClassName
{
color: #A8833E;
}
.AnyTagClassName
{
color: #A8833E;
}
</style>
background-color css
<style>
a { background-color: #A8833E; }
a { background-color: rgb(168,131,62); }
div.DivClassName
{
background-color: #A8833E;
}
.BgClassName
{
background-color: #A8833E;
}
</style>
border-color css
<style>
span { border-color: #A8833E; }
span { border-color: rgb(168,131,62); }
td.TdClassName
{
border-color: #A8833E;
}
.TagClassName
{
border-color: #A8833E;
}
</style>