Shades of Alpine #AB8333
Tints of Alpine #AB8333
RGB
CMYK
RGB Variations
Color information
#AB8333 (or 0xAB8333) is known color: Alpine. HEX triplet: AB, 83 and 33. RGB value is (171,131,51). Sum of RGB (Red+Green+Blue) = 171+131+51=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8333 is #547CCC. Grayscale: #868686. Windows color (decimal): -5536973 or 3376043. OLE color: 3376043.
HSL color Cylindrical-coordinate representation of color #AB8333: hue angle of 40º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB8333 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 51 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.33 |
| HSL | 40º | 0.54% | 0.44% | - |
| HSV(B) | 40º | 0.7% | 0.67% | - |
| XYZ | 25.51 | 25.13 | 6.64 | - |
| YUV | 133.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 51 | 0 | 0.23 | 0.70 | 0.33 | 40 | 0.54 | 0.44 |
| Hex | AB | 83 | 33 | 0 | 17 | 46 | 21 | 28 | 36 | 2C |
| Octal | 253 | 203 | 63 | 0 | 27 | 106 | 41 | 50 | 66 | 54 |
| Binary | 10101011 | 10000011 | 110011 | 0 | 10111 | 1000110 | 100001 | 101000 | 110110 | 101100 |
Color Harmonies of #AB8333
Complementary color
Monochromatic Colors of #AB8333
Black with #AB8333
Text Example
Text Example
White with #AB8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8333; }
p { color: rgb(171,131,51); }
H1.HeaderClassName
{
color: #AB8333;
}
.AnyTagClassName
{
color: #AB8333;
}
</style>
background-color css
<style>
a { background-color: #AB8333; }
a { background-color: rgb(171,131,51); }
div.DivClassName
{
background-color: #AB8333;
}
.BgClassName
{
background-color: #AB8333;
}
</style>
border-color css
<style>
span { border-color: #AB8333; }
span { border-color: rgb(171,131,51); }
td.TdClassName
{
border-color: #AB8333;
}
.TagClassName
{
border-color: #AB8333;
}
</style>