Shades of Alpine #AB8438
Tints of Alpine #AB8438
RGB
CMYK
RGB Variations
Color information
#AB8438 (or 0xAB8438) is known color: Alpine. HEX triplet: AB, 84 and 38. RGB value is (171,132,56). Sum of RGB (Red+Green+Blue) = 171+132+56=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8438 is #547BC7. Grayscale: #878787. Windows color (decimal): -5536712 or 3703979. OLE color: 3703979.
HSL color Cylindrical-coordinate representation of color #AB8438: hue angle of 39.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB8438 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 56 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.33 |
| HSL | 39.65º | 0.51% | 0.45% | - |
| HSV(B) | 39.65º | 0.67% | 0.67% | - |
| XYZ | 25.76 | 25.45 | 7.3 | - |
| YUV | 135 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 56 | 0 | 0.23 | 0.67 | 0.33 | 39.65 | 0.51 | 0.45 |
| Hex | AB | 84 | 38 | 0 | 17 | 43 | 21 | 28 | 33 | 2D |
| Octal | 253 | 204 | 70 | 0 | 27 | 103 | 41 | 50 | 63 | 55 |
| Binary | 10101011 | 10000100 | 111000 | 0 | 10111 | 1000011 | 100001 | 101000 | 110011 | 101101 |
Color Harmonies of #AB8438
Complementary color
Monochromatic Colors of #AB8438
Black with #AB8438
Text Example
Text Example
White with #AB8438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8438; }
p { color: rgb(171,132,56); }
H1.HeaderClassName
{
color: #AB8438;
}
.AnyTagClassName
{
color: #AB8438;
}
</style>
background-color css
<style>
a { background-color: #AB8438; }
a { background-color: rgb(171,132,56); }
div.DivClassName
{
background-color: #AB8438;
}
.BgClassName
{
background-color: #AB8438;
}
</style>
border-color css
<style>
span { border-color: #AB8438; }
span { border-color: rgb(171,132,56); }
td.TdClassName
{
border-color: #AB8438;
}
.TagClassName
{
border-color: #AB8438;
}
</style>