Shades of Alpine #AB8535
Tints of Alpine #AB8535
RGB
CMYK
RGB Variations
Color information
#AB8535 (or 0xAB8535) is known color: Alpine. HEX triplet: AB, 85 and 35. RGB value is (171,133,53). Sum of RGB (Red+Green+Blue) = 171+133+53=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8535 is #547ACA. Grayscale: #878787. Windows color (decimal): -5536459 or 3507627. OLE color: 3507627.
HSL color Cylindrical-coordinate representation of color #AB8535: hue angle of 40.68º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB8535 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 53 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.33 |
| HSL | 40.68º | 0.53% | 0.44% | - |
| HSV(B) | 40.68º | 0.69% | 0.67% | - |
| XYZ | 25.82 | 25.69 | 6.97 | - |
| YUV | 135.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 53 | 0 | 0.22 | 0.69 | 0.33 | 40.68 | 0.53 | 0.44 |
| Hex | AB | 85 | 35 | 0 | 16 | 45 | 21 | 29 | 35 | 2C |
| Octal | 253 | 205 | 65 | 0 | 26 | 105 | 41 | 51 | 65 | 54 |
| Binary | 10101011 | 10000101 | 110101 | 0 | 10110 | 1000101 | 100001 | 101001 | 110101 | 101100 |
Color Harmonies of #AB8535
Complementary color
Monochromatic Colors of #AB8535
Black with #AB8535
Text Example
Text Example
White with #AB8535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8535; }
p { color: rgb(171,133,53); }
H1.HeaderClassName
{
color: #AB8535;
}
.AnyTagClassName
{
color: #AB8535;
}
</style>
background-color css
<style>
a { background-color: #AB8535; }
a { background-color: rgb(171,133,53); }
div.DivClassName
{
background-color: #AB8535;
}
.BgClassName
{
background-color: #AB8535;
}
</style>
border-color css
<style>
span { border-color: #AB8535; }
span { border-color: rgb(171,133,53); }
td.TdClassName
{
border-color: #AB8535;
}
.TagClassName
{
border-color: #AB8535;
}
</style>