Shades of Alpine #AF8631
Tints of Alpine #AF8631
RGB
CMYK
RGB Variations
Color information
#AF8631 (or 0xAF8631) is known color: Alpine. HEX triplet: AF, 86 and 31. RGB value is (175,134,49). Sum of RGB (Red+Green+Blue) = 175+134+49=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8631 is #5079CE. Grayscale: #888888. Windows color (decimal): -5274063 or 3245743. OLE color: 3245743.
HSL color Cylindrical-coordinate representation of color #AF8631: hue angle of 40.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF8631 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 49 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.31 |
| HSL | 40.48º | 0.56% | 0.44% | - |
| HSV(B) | 40.48º | 0.72% | 0.69% | - |
| XYZ | 26.76 | 26.39 | 6.59 | - |
| YUV | 136.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 49 | 0 | 0.23 | 0.72 | 0.31 | 40.48 | 0.56 | 0.44 |
| Hex | AF | 86 | 31 | 0 | 17 | 48 | 1F | 28 | 38 | 2C |
| Octal | 257 | 206 | 61 | 0 | 27 | 110 | 37 | 50 | 70 | 54 |
| Binary | 10101111 | 10000110 | 110001 | 0 | 10111 | 1001000 | 11111 | 101000 | 111000 | 101100 |
Color Harmonies of #AF8631
Complementary color
Monochromatic Colors of #AF8631
Black with #AF8631
Text Example
Text Example
White with #AF8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8631; }
p { color: rgb(175,134,49); }
H1.HeaderClassName
{
color: #AF8631;
}
.AnyTagClassName
{
color: #AF8631;
}
</style>
background-color css
<style>
a { background-color: #AF8631; }
a { background-color: rgb(175,134,49); }
div.DivClassName
{
background-color: #AF8631;
}
.BgClassName
{
background-color: #AF8631;
}
</style>
border-color css
<style>
span { border-color: #AF8631; }
span { border-color: rgb(175,134,49); }
td.TdClassName
{
border-color: #AF8631;
}
.TagClassName
{
border-color: #AF8631;
}
</style>