Shades of Alpine #A8803E
Tints of Alpine #A8803E
RGB
CMYK
RGB Variations
Color information
#A8803E (or 0xA8803E) is known color: Alpine. HEX triplet: A8, 80 and 3E. RGB value is (168,128,62). Sum of RGB (Red+Green+Blue) = 168+128+62=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8803E is #577FC1. Grayscale: #848484. Windows color (decimal): -5734338 or 4096168. OLE color: 4096168.
HSL color Cylindrical-coordinate representation of color #A8803E: hue angle of 37.36º 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 #A8803E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 62 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.34 |
| HSL | 37.36º | 0.46% | 0.45% | - |
| HSV(B) | 37.36º | 0.63% | 0.66% | - |
| XYZ | 24.74 | 24.11 | 7.91 | - |
| YUV | 132.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 62 | 0 | 0.24 | 0.63 | 0.34 | 37.36 | 0.46 | 0.45 |
| Hex | A8 | 80 | 3E | 0 | 18 | 3F | 22 | 25 | 2E | 2D |
| Octal | 250 | 200 | 76 | 0 | 30 | 77 | 42 | 45 | 56 | 55 |
| Binary | 10101000 | 10000000 | 111110 | 0 | 11000 | 111111 | 100010 | 100101 | 101110 | 101101 |
Color Harmonies of #A8803E
Complementary color
Monochromatic Colors of #A8803E
Black with #A8803E
Text Example
Text Example
White with #A8803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8803E; }
p { color: rgb(168,128,62); }
H1.HeaderClassName
{
color: #A8803E;
}
.AnyTagClassName
{
color: #A8803E;
}
</style>
background-color css
<style>
a { background-color: #A8803E; }
a { background-color: rgb(168,128,62); }
div.DivClassName
{
background-color: #A8803E;
}
.BgClassName
{
background-color: #A8803E;
}
</style>
border-color css
<style>
span { border-color: #A8803E; }
span { border-color: rgb(168,128,62); }
td.TdClassName
{
border-color: #A8803E;
}
.TagClassName
{
border-color: #A8803E;
}
</style>