Shades of Alpine #AB8C3B
Tints of Alpine #AB8C3B
RGB
CMYK
RGB Variations
Color information
#AB8C3B (or 0xAB8C3B) is known color: Alpine. HEX triplet: AB, 8C and 3B. RGB value is (171,140,59). Sum of RGB (Red+Green+Blue) = 171+140+59=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C3B is #5473C4. Grayscale: #8C8C8C. Windows color (decimal): -5534661 or 3902635. OLE color: 3902635.
HSL color Cylindrical-coordinate representation of color #AB8C3B: hue angle of 43.39º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB8C3B is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 59 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.33 |
| HSL | 43.39º | 0.49% | 0.45% | - |
| HSV(B) | 43.39º | 0.65% | 0.67% | - |
| XYZ | 26.96 | 27.73 | 8.07 | - |
| YUV | 140.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 59 | 0 | 0.18 | 0.65 | 0.33 | 43.39 | 0.49 | 0.45 |
| Hex | AB | 8C | 3B | 0 | 12 | 41 | 21 | 2B | 31 | 2D |
| Octal | 253 | 214 | 73 | 0 | 22 | 101 | 41 | 53 | 61 | 55 |
| Binary | 10101011 | 10001100 | 111011 | 0 | 10010 | 1000001 | 100001 | 101011 | 110001 | 101101 |
Color Harmonies of #AB8C3B
Complementary color
Monochromatic Colors of #AB8C3B
Black with #AB8C3B
Text Example
Text Example
White with #AB8C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C3B; }
p { color: rgb(171,140,59); }
H1.HeaderClassName
{
color: #AB8C3B;
}
.AnyTagClassName
{
color: #AB8C3B;
}
</style>
background-color css
<style>
a { background-color: #AB8C3B; }
a { background-color: rgb(171,140,59); }
div.DivClassName
{
background-color: #AB8C3B;
}
.BgClassName
{
background-color: #AB8C3B;
}
</style>
border-color css
<style>
span { border-color: #AB8C3B; }
span { border-color: rgb(171,140,59); }
td.TdClassName
{
border-color: #AB8C3B;
}
.TagClassName
{
border-color: #AB8C3B;
}
</style>