Shades of Alpine #AF862F
Tints of Alpine #AF862F
RGB
CMYK
RGB Variations
Color information
#AF862F (or 0xAF862F) is known color: Alpine. HEX triplet: AF, 86 and 2F. RGB value is (175,134,47). Sum of RGB (Red+Green+Blue) = 175+134+47=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF862F is #5079D0. Grayscale: #888888. Windows color (decimal): -5274065 or 3114671. OLE color: 3114671.
HSL color Cylindrical-coordinate representation of color #AF862F: hue angle of 40.78º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF862F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 47 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.31 |
| HSL | 40.78º | 0.58% | 0.44% | - |
| HSV(B) | 40.78º | 0.73% | 0.69% | - |
| XYZ | 26.72 | 26.37 | 6.37 | - |
| YUV | 136.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 47 | 0 | 0.23 | 0.73 | 0.31 | 40.78 | 0.58 | 0.44 |
| Hex | AF | 86 | 2F | 0 | 17 | 49 | 1F | 29 | 3A | 2C |
| Octal | 257 | 206 | 57 | 0 | 27 | 111 | 37 | 51 | 72 | 54 |
| Binary | 10101111 | 10000110 | 101111 | 0 | 10111 | 1001001 | 11111 | 101001 | 111010 | 101100 |
Color Harmonies of #AF862F
Complementary color
Monochromatic Colors of #AF862F
Black with #AF862F
Text Example
Text Example
White with #AF862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF862F; }
p { color: rgb(175,134,47); }
H1.HeaderClassName
{
color: #AF862F;
}
.AnyTagClassName
{
color: #AF862F;
}
</style>
background-color css
<style>
a { background-color: #AF862F; }
a { background-color: rgb(175,134,47); }
div.DivClassName
{
background-color: #AF862F;
}
.BgClassName
{
background-color: #AF862F;
}
</style>
border-color css
<style>
span { border-color: #AF862F; }
span { border-color: rgb(175,134,47); }
td.TdClassName
{
border-color: #AF862F;
}
.TagClassName
{
border-color: #AF862F;
}
</style>