Shades of Alpine #A8843E
Tints of Alpine #A8843E
RGB
CMYK
RGB Variations
Color information
#A8843E (or 0xA8843E) is known color: Alpine. HEX triplet: A8, 84 and 3E. RGB value is (168,132,62). Sum of RGB (Red+Green+Blue) = 168+132+62=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8843E is #577BC1. Grayscale: #878787. Windows color (decimal): -5733314 or 4097192. OLE color: 4097192.
HSL color Cylindrical-coordinate representation of color #A8843E: hue angle of 39.62º 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 #A8843E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 62 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.34 |
| HSL | 39.62º | 0.46% | 0.45% | - |
| HSV(B) | 39.62º | 0.63% | 0.66% | - |
| XYZ | 25.27 | 25.18 | 8.08 | - |
| YUV | 134.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 62 | 0 | 0.21 | 0.63 | 0.34 | 39.62 | 0.46 | 0.45 |
| Hex | A8 | 84 | 3E | 0 | 15 | 3F | 22 | 28 | 2E | 2D |
| Octal | 250 | 204 | 76 | 0 | 25 | 77 | 42 | 50 | 56 | 55 |
| Binary | 10101000 | 10000100 | 111110 | 0 | 10101 | 111111 | 100010 | 101000 | 101110 | 101101 |
Color Harmonies of #A8843E
Complementary color
Monochromatic Colors of #A8843E
Black with #A8843E
Text Example
Text Example
White with #A8843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8843E; }
p { color: rgb(168,132,62); }
H1.HeaderClassName
{
color: #A8843E;
}
.AnyTagClassName
{
color: #A8843E;
}
</style>
background-color css
<style>
a { background-color: #A8843E; }
a { background-color: rgb(168,132,62); }
div.DivClassName
{
background-color: #A8843E;
}
.BgClassName
{
background-color: #A8843E;
}
</style>
border-color css
<style>
span { border-color: #A8843E; }
span { border-color: rgb(168,132,62); }
td.TdClassName
{
border-color: #A8843E;
}
.TagClassName
{
border-color: #A8843E;
}
</style>