Shades of Alpine #AF8644
Tints of Alpine #AF8644
RGB
CMYK
RGB Variations
Color information
#AF8644 (or 0xAF8644) is known color: Alpine. HEX triplet: AF, 86 and 44. RGB value is (175,134,68). Sum of RGB (Red+Green+Blue) = 175+134+68=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8644 is #5079BB. Grayscale: #8B8B8B. Windows color (decimal): -5274044 or 4490927. OLE color: 4490927.
HSL color Cylindrical-coordinate representation of color #AF8644: hue angle of 37.01º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8644 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 68 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.31 |
| HSL | 37.01º | 0.44% | 0.48% | - |
| HSV(B) | 37.01º | 0.61% | 0.69% | - |
| XYZ | 27.25 | 26.58 | 9.16 | - |
| YUV | 138.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 68 | 0 | 0.23 | 0.61 | 0.31 | 37.01 | 0.44 | 0.48 |
| Hex | AF | 86 | 44 | 0 | 17 | 3D | 1F | 25 | 2C | 30 |
| Octal | 257 | 206 | 104 | 0 | 27 | 75 | 37 | 45 | 54 | 60 |
| Binary | 10101111 | 10000110 | 1000100 | 0 | 10111 | 111101 | 11111 | 100101 | 101100 | 110000 |
Color Harmonies of #AF8644
Complementary color
Monochromatic Colors of #AF8644
Black with #AF8644
Text Example
Text Example
White with #AF8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8644; }
p { color: rgb(175,134,68); }
H1.HeaderClassName
{
color: #AF8644;
}
.AnyTagClassName
{
color: #AF8644;
}
</style>
background-color css
<style>
a { background-color: #AF8644; }
a { background-color: rgb(175,134,68); }
div.DivClassName
{
background-color: #AF8644;
}
.BgClassName
{
background-color: #AF8644;
}
</style>
border-color css
<style>
span { border-color: #AF8644; }
span { border-color: rgb(175,134,68); }
td.TdClassName
{
border-color: #AF8644;
}
.TagClassName
{
border-color: #AF8644;
}
</style>