Shades of Alpine #A8803D
Tints of Alpine #A8803D
RGB
CMYK
RGB Variations
Color information
#A8803D (or 0xA8803D) is known color: Alpine. HEX triplet: A8, 80 and 3D. RGB value is (168,128,61). Sum of RGB (Red+Green+Blue) = 168+128+61=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8803D is #577FC2. Grayscale: #848484. Windows color (decimal): -5734339 or 4030632. OLE color: 4030632.
HSL color Cylindrical-coordinate representation of color #A8803D: hue angle of 37.57º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8803D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 61 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.34 |
| HSL | 37.57º | 0.47% | 0.45% | - |
| HSV(B) | 37.57º | 0.64% | 0.66% | - |
| XYZ | 24.71 | 24.1 | 7.76 | - |
| YUV | 132.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 61 | 0 | 0.24 | 0.64 | 0.34 | 37.57 | 0.47 | 0.45 |
| Hex | A8 | 80 | 3D | 0 | 18 | 40 | 22 | 26 | 2F | 2D |
| Octal | 250 | 200 | 75 | 0 | 30 | 100 | 42 | 46 | 57 | 55 |
| Binary | 10101000 | 10000000 | 111101 | 0 | 11000 | 1000000 | 100010 | 100110 | 101111 | 101101 |
Color Harmonies of #A8803D
Complementary color
Monochromatic Colors of #A8803D
Black with #A8803D
Text Example
Text Example
White with #A8803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8803D; }
p { color: rgb(168,128,61); }
H1.HeaderClassName
{
color: #A8803D;
}
.AnyTagClassName
{
color: #A8803D;
}
</style>
background-color css
<style>
a { background-color: #A8803D; }
a { background-color: rgb(168,128,61); }
div.DivClassName
{
background-color: #A8803D;
}
.BgClassName
{
background-color: #A8803D;
}
</style>
border-color css
<style>
span { border-color: #A8803D; }
span { border-color: rgb(168,128,61); }
td.TdClassName
{
border-color: #A8803D;
}
.TagClassName
{
border-color: #A8803D;
}
</style>