Shades of Alpine #AB8532
Tints of Alpine #AB8532
RGB
CMYK
RGB Variations
Color information
#AB8532 (or 0xAB8532) is known color: Alpine. HEX triplet: AB, 85 and 32. RGB value is (171,133,50). Sum of RGB (Red+Green+Blue) = 171+133+50=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8532 is #547ACD. Grayscale: #878787. Windows color (decimal): -5536462 or 3311019. OLE color: 3311019.
HSL color Cylindrical-coordinate representation of color #AB8532: hue angle of 41.16º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB8532 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 50 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.33 |
| HSL | 41.16º | 0.55% | 0.43% | - |
| HSV(B) | 41.16º | 0.71% | 0.67% | - |
| XYZ | 25.76 | 25.66 | 6.61 | - |
| YUV | 134.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 50 | 0 | 0.22 | 0.71 | 0.33 | 41.16 | 0.55 | 0.43 |
| Hex | AB | 85 | 32 | 0 | 16 | 47 | 21 | 29 | 37 | 2B |
| Octal | 253 | 205 | 62 | 0 | 26 | 107 | 41 | 51 | 67 | 53 |
| Binary | 10101011 | 10000101 | 110010 | 0 | 10110 | 1000111 | 100001 | 101001 | 110111 | 101011 |
Color Harmonies of #AB8532
Complementary color
Monochromatic Colors of #AB8532
Black with #AB8532
Text Example
Text Example
White with #AB8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8532; }
p { color: rgb(171,133,50); }
H1.HeaderClassName
{
color: #AB8532;
}
.AnyTagClassName
{
color: #AB8532;
}
</style>
background-color css
<style>
a { background-color: #AB8532; }
a { background-color: rgb(171,133,50); }
div.DivClassName
{
background-color: #AB8532;
}
.BgClassName
{
background-color: #AB8532;
}
</style>
border-color css
<style>
span { border-color: #AB8532; }
span { border-color: rgb(171,133,50); }
td.TdClassName
{
border-color: #AB8532;
}
.TagClassName
{
border-color: #AB8532;
}
</style>