Shades of Alpine #A5833A
Tints of Alpine #A5833A
RGB
CMYK
RGB Variations
Color information
#A5833A (or 0xA5833A) is known color: Alpine. HEX triplet: A5, 83 and 3A. RGB value is (165,131,58). Sum of RGB (Red+Green+Blue) = 165+131+58=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5833A is #5A7CC5. Grayscale: #858585. Windows color (decimal): -5930182 or 3834789. OLE color: 3834789.
HSL color Cylindrical-coordinate representation of color #A5833A: hue angle of 40.93º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5833A is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 58 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.35 |
| HSL | 40.93º | 0.48% | 0.44% | - |
| HSV(B) | 40.93º | 0.65% | 0.65% | - |
| XYZ | 24.4 | 24.54 | 7.45 | - |
| YUV | 132.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 58 | 0 | 0.21 | 0.65 | 0.35 | 40.93 | 0.48 | 0.44 |
| Hex | A5 | 83 | 3A | 0 | 15 | 41 | 23 | 29 | 30 | 2C |
| Octal | 245 | 203 | 72 | 0 | 25 | 101 | 43 | 51 | 60 | 54 |
| Binary | 10100101 | 10000011 | 111010 | 0 | 10101 | 1000001 | 100011 | 101001 | 110000 | 101100 |
Color Harmonies of #A5833A
Complementary color
Monochromatic Colors of #A5833A
Black with #A5833A
Text Example
Text Example
White with #A5833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5833A; }
p { color: rgb(165,131,58); }
H1.HeaderClassName
{
color: #A5833A;
}
.AnyTagClassName
{
color: #A5833A;
}
</style>
background-color css
<style>
a { background-color: #A5833A; }
a { background-color: rgb(165,131,58); }
div.DivClassName
{
background-color: #A5833A;
}
.BgClassName
{
background-color: #A5833A;
}
</style>
border-color css
<style>
span { border-color: #A5833A; }
span { border-color: rgb(165,131,58); }
td.TdClassName
{
border-color: #A5833A;
}
.TagClassName
{
border-color: #A5833A;
}
</style>