Shades of Alpine #A5833F
Tints of Alpine #A5833F
RGB
CMYK
RGB Variations
Color information
#A5833F (or 0xA5833F) is known color: Alpine. HEX triplet: A5, 83 and 3F. RGB value is (165,131,63). Sum of RGB (Red+Green+Blue) = 165+131+63=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5833F is #5A7CC0. Grayscale: #858585. Windows color (decimal): -5930177 or 4162469. OLE color: 4162469.
HSL color Cylindrical-coordinate representation of color #A5833F: hue angle of 40º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5833F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 63 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.35 |
| HSL | 40º | 0.45% | 0.45% | - |
| HSV(B) | 40º | 0.62% | 0.65% | - |
| XYZ | 24.53 | 24.59 | 8.16 | - |
| YUV | 133.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 63 | 0 | 0.21 | 0.62 | 0.35 | 40 | 0.45 | 0.45 |
| Hex | A5 | 83 | 3F | 0 | 15 | 3E | 23 | 28 | 2D | 2D |
| Octal | 245 | 203 | 77 | 0 | 25 | 76 | 43 | 50 | 55 | 55 |
| Binary | 10100101 | 10000011 | 111111 | 0 | 10101 | 111110 | 100011 | 101000 | 101101 | 101101 |
Color Harmonies of #A5833F
Complementary color
Monochromatic Colors of #A5833F
Black with #A5833F
Text Example
Text Example
White with #A5833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5833F; }
p { color: rgb(165,131,63); }
H1.HeaderClassName
{
color: #A5833F;
}
.AnyTagClassName
{
color: #A5833F;
}
</style>
background-color css
<style>
a { background-color: #A5833F; }
a { background-color: rgb(165,131,63); }
div.DivClassName
{
background-color: #A5833F;
}
.BgClassName
{
background-color: #A5833F;
}
</style>
border-color css
<style>
span { border-color: #A5833F; }
span { border-color: rgb(165,131,63); }
td.TdClassName
{
border-color: #A5833F;
}
.TagClassName
{
border-color: #A5833F;
}
</style>