Shades of Alpine #AC803B
Tints of Alpine #AC803B
RGB
CMYK
RGB Variations
Color information
#AC803B (or 0xAC803B) is known color: Alpine. HEX triplet: AC, 80 and 3B. RGB value is (172,128,59). Sum of RGB (Red+Green+Blue) = 172+128+59=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC803B is #537FC4. Grayscale: #858585. Windows color (decimal): -5472197 or 3899564. OLE color: 3899564.
HSL color Cylindrical-coordinate representation of color #AC803B: hue angle of 36.64º 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 #AC803B is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 59 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.33 |
| HSL | 36.64º | 0.49% | 0.45% | - |
| HSV(B) | 36.64º | 0.66% | 0.67% | - |
| XYZ | 25.52 | 24.52 | 7.53 | - |
| YUV | 133.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 59 | 0 | 0.26 | 0.66 | 0.33 | 36.64 | 0.49 | 0.45 |
| Hex | AC | 80 | 3B | 0 | 1A | 42 | 21 | 25 | 31 | 2D |
| Octal | 254 | 200 | 73 | 0 | 32 | 102 | 41 | 45 | 61 | 55 |
| Binary | 10101100 | 10000000 | 111011 | 0 | 11010 | 1000010 | 100001 | 100101 | 110001 | 101101 |
Color Harmonies of #AC803B
Complementary color
Monochromatic Colors of #AC803B
Black with #AC803B
Text Example
Text Example
White with #AC803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC803B; }
p { color: rgb(172,128,59); }
H1.HeaderClassName
{
color: #AC803B;
}
.AnyTagClassName
{
color: #AC803B;
}
</style>
background-color css
<style>
a { background-color: #AC803B; }
a { background-color: rgb(172,128,59); }
div.DivClassName
{
background-color: #AC803B;
}
.BgClassName
{
background-color: #AC803B;
}
</style>
border-color css
<style>
span { border-color: #AC803B; }
span { border-color: rgb(172,128,59); }
td.TdClassName
{
border-color: #AC803B;
}
.TagClassName
{
border-color: #AC803B;
}
</style>