Shades of Alpine #AB823C
Tints of Alpine #AB823C
RGB
CMYK
RGB Variations
Color information
#AB823C (or 0xAB823C) is known color: Alpine. HEX triplet: AB, 82 and 3C. RGB value is (171,130,60). Sum of RGB (Red+Green+Blue) = 171+130+60=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB823C is #547DC3. Grayscale: #868686. Windows color (decimal): -5537220 or 3965611. OLE color: 3965611.
HSL color Cylindrical-coordinate representation of color #AB823C: hue angle of 37.84º degrees, saturation: 0.48, 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 #AB823C is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 60 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.33 |
| HSL | 37.84º | 0.48% | 0.45% | - |
| HSV(B) | 37.84º | 0.65% | 0.67% | - |
| XYZ | 25.59 | 24.95 | 7.74 | - |
| YUV | 134.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 60 | 0 | 0.24 | 0.65 | 0.33 | 37.84 | 0.48 | 0.45 |
| Hex | AB | 82 | 3C | 0 | 18 | 41 | 21 | 26 | 30 | 2D |
| Octal | 253 | 202 | 74 | 0 | 30 | 101 | 41 | 46 | 60 | 55 |
| Binary | 10101011 | 10000010 | 111100 | 0 | 11000 | 1000001 | 100001 | 100110 | 110000 | 101101 |
Color Harmonies of #AB823C
Complementary color
Monochromatic Colors of #AB823C
Black with #AB823C
Text Example
Text Example
White with #AB823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB823C; }
p { color: rgb(171,130,60); }
H1.HeaderClassName
{
color: #AB823C;
}
.AnyTagClassName
{
color: #AB823C;
}
</style>
background-color css
<style>
a { background-color: #AB823C; }
a { background-color: rgb(171,130,60); }
div.DivClassName
{
background-color: #AB823C;
}
.BgClassName
{
background-color: #AB823C;
}
</style>
border-color css
<style>
span { border-color: #AB823C; }
span { border-color: rgb(171,130,60); }
td.TdClassName
{
border-color: #AB823C;
}
.TagClassName
{
border-color: #AB823C;
}
</style>