Shades of Alpine #AB833F
Tints of Alpine #AB833F
RGB
CMYK
RGB Variations
Color information
#AB833F (or 0xAB833F) is known color: Alpine. HEX triplet: AB, 83 and 3F. RGB value is (171,131,63). Sum of RGB (Red+Green+Blue) = 171+131+63=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB833F is #547CC0. Grayscale: #878787. Windows color (decimal): -5536961 or 4162475. OLE color: 4162475.
HSL color Cylindrical-coordinate representation of color #AB833F: hue angle of 37.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB833F is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 63 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.33 |
| HSL | 37.78º | 0.46% | 0.46% | - |
| HSV(B) | 37.78º | 0.63% | 0.67% | - |
| XYZ | 25.81 | 25.25 | 8.22 | - |
| YUV | 135.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 63 | 0 | 0.23 | 0.63 | 0.33 | 37.78 | 0.46 | 0.46 |
| Hex | AB | 83 | 3F | 0 | 17 | 3F | 21 | 26 | 2E | 2E |
| Octal | 253 | 203 | 77 | 0 | 27 | 77 | 41 | 46 | 56 | 56 |
| Binary | 10101011 | 10000011 | 111111 | 0 | 10111 | 111111 | 100001 | 100110 | 101110 | 101110 |
Color Harmonies of #AB833F
Complementary color
Monochromatic Colors of #AB833F
Black with #AB833F
Text Example
Text Example
White with #AB833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB833F; }
p { color: rgb(171,131,63); }
H1.HeaderClassName
{
color: #AB833F;
}
.AnyTagClassName
{
color: #AB833F;
}
</style>
background-color css
<style>
a { background-color: #AB833F; }
a { background-color: rgb(171,131,63); }
div.DivClassName
{
background-color: #AB833F;
}
.BgClassName
{
background-color: #AB833F;
}
</style>
border-color css
<style>
span { border-color: #AB833F; }
span { border-color: rgb(171,131,63); }
td.TdClassName
{
border-color: #AB833F;
}
.TagClassName
{
border-color: #AB833F;
}
</style>