Shades of Alpine #AF863B
Tints of Alpine #AF863B
RGB
CMYK
RGB Variations
Color information
#AF863B (or 0xAF863B) is known color: Alpine. HEX triplet: AF, 86 and 3B. RGB value is (175,134,59). Sum of RGB (Red+Green+Blue) = 175+134+59=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF863B is #5079C4. Grayscale: #8A8A8A. Windows color (decimal): -5274053 or 3901103. OLE color: 3901103.
HSL color Cylindrical-coordinate representation of color #AF863B: hue angle of 38.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF863B is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 59 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.31 |
| HSL | 38.79º | 0.5% | 0.46% | - |
| HSV(B) | 38.79º | 0.66% | 0.69% | - |
| XYZ | 26.99 | 26.48 | 7.83 | - |
| YUV | 137.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 59 | 0 | 0.23 | 0.66 | 0.31 | 38.79 | 0.5 | 0.46 |
| Hex | AF | 86 | 3B | 0 | 17 | 42 | 1F | 27 | 32 | 2E |
| Octal | 257 | 206 | 73 | 0 | 27 | 102 | 37 | 47 | 62 | 56 |
| Binary | 10101111 | 10000110 | 111011 | 0 | 10111 | 1000010 | 11111 | 100111 | 110010 | 101110 |
Color Harmonies of #AF863B
Complementary color
Monochromatic Colors of #AF863B
Black with #AF863B
Text Example
Text Example
White with #AF863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF863B; }
p { color: rgb(175,134,59); }
H1.HeaderClassName
{
color: #AF863B;
}
.AnyTagClassName
{
color: #AF863B;
}
</style>
background-color css
<style>
a { background-color: #AF863B; }
a { background-color: rgb(175,134,59); }
div.DivClassName
{
background-color: #AF863B;
}
.BgClassName
{
background-color: #AF863B;
}
</style>
border-color css
<style>
span { border-color: #AF863B; }
span { border-color: rgb(175,134,59); }
td.TdClassName
{
border-color: #AF863B;
}
.TagClassName
{
border-color: #AF863B;
}
</style>