Shades of Alpine #AB8436
Tints of Alpine #AB8436
RGB
CMYK
RGB Variations
Color information
#AB8436 (or 0xAB8436) is known color: Alpine. HEX triplet: AB, 84 and 36. RGB value is (171,132,54). Sum of RGB (Red+Green+Blue) = 171+132+54=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8436 is #547BC9. Grayscale: #878787. Windows color (decimal): -5536714 or 3572907. OLE color: 3572907.
HSL color Cylindrical-coordinate representation of color #AB8436: hue angle of 40º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB8436 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 54 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.33 |
| HSL | 40º | 0.52% | 0.44% | - |
| HSV(B) | 40º | 0.68% | 0.67% | - |
| XYZ | 25.71 | 25.43 | 7.04 | - |
| YUV | 134.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 54 | 0 | 0.23 | 0.68 | 0.33 | 40 | 0.52 | 0.44 |
| Hex | AB | 84 | 36 | 0 | 17 | 44 | 21 | 28 | 34 | 2C |
| Octal | 253 | 204 | 66 | 0 | 27 | 104 | 41 | 50 | 64 | 54 |
| Binary | 10101011 | 10000100 | 110110 | 0 | 10111 | 1000100 | 100001 | 101000 | 110100 | 101100 |
Color Harmonies of #AB8436
Complementary color
Monochromatic Colors of #AB8436
Black with #AB8436
Text Example
Text Example
White with #AB8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8436; }
p { color: rgb(171,132,54); }
H1.HeaderClassName
{
color: #AB8436;
}
.AnyTagClassName
{
color: #AB8436;
}
</style>
background-color css
<style>
a { background-color: #AB8436; }
a { background-color: rgb(171,132,54); }
div.DivClassName
{
background-color: #AB8436;
}
.BgClassName
{
background-color: #AB8436;
}
</style>
border-color css
<style>
span { border-color: #AB8436; }
span { border-color: rgb(171,132,54); }
td.TdClassName
{
border-color: #AB8436;
}
.TagClassName
{
border-color: #AB8436;
}
</style>