Shades of Alpine #AB7D3A
Tints of Alpine #AB7D3A
RGB
CMYK
RGB Variations
Color information
#AB7D3A (or 0xAB7D3A) is known color: Alpine. HEX triplet: AB, 7D and 3A. RGB value is (171,125,58). Sum of RGB (Red+Green+Blue) = 171+125+58=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D3A is #5482C5. Grayscale: #838383. Windows color (decimal): -5538502 or 3833259. OLE color: 3833259.
HSL color Cylindrical-coordinate representation of color #AB7D3A: hue angle of 35.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB7D3A is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 58 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.33 |
| HSL | 35.58º | 0.49% | 0.45% | - |
| HSV(B) | 35.58º | 0.66% | 0.67% | - |
| XYZ | 24.89 | 23.63 | 7.25 | - |
| YUV | 131.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 58 | 0 | 0.27 | 0.66 | 0.33 | 35.58 | 0.49 | 0.45 |
| Hex | AB | 7D | 3A | 0 | 1B | 42 | 21 | 24 | 31 | 2D |
| Octal | 253 | 175 | 72 | 0 | 33 | 102 | 41 | 44 | 61 | 55 |
| Binary | 10101011 | 1111101 | 111010 | 0 | 11011 | 1000010 | 100001 | 100100 | 110001 | 101101 |
Color Harmonies of #AB7D3A
Complementary color
Monochromatic Colors of #AB7D3A
Black with #AB7D3A
Text Example
Text Example
White with #AB7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D3A; }
p { color: rgb(171,125,58); }
H1.HeaderClassName
{
color: #AB7D3A;
}
.AnyTagClassName
{
color: #AB7D3A;
}
</style>
background-color css
<style>
a { background-color: #AB7D3A; }
a { background-color: rgb(171,125,58); }
div.DivClassName
{
background-color: #AB7D3A;
}
.BgClassName
{
background-color: #AB7D3A;
}
</style>
border-color css
<style>
span { border-color: #AB7D3A; }
span { border-color: rgb(171,125,58); }
td.TdClassName
{
border-color: #AB7D3A;
}
.TagClassName
{
border-color: #AB7D3A;
}
</style>