Shades of Alpine #AF8D37
Tints of Alpine #AF8D37
RGB
CMYK
RGB Variations
Color information
#AF8D37 (or 0xAF8D37) is known color: Alpine. HEX triplet: AF, 8D and 37. RGB value is (175,141,55). Sum of RGB (Red+Green+Blue) = 175+141+55=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D37 is #5072C8. Grayscale: #8D8D8D. Windows color (decimal): -5272265 or 3640751. OLE color: 3640751.
HSL color Cylindrical-coordinate representation of color #AF8D37: hue angle of 43º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF8D37 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 55 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.31 |
| HSL | 43º | 0.52% | 0.45% | - |
| HSV(B) | 43º | 0.69% | 0.69% | - |
| XYZ | 27.89 | 28.44 | 7.63 | - |
| YUV | 141.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 55 | 0 | 0.19 | 0.69 | 0.31 | 43 | 0.52 | 0.45 |
| Hex | AF | 8D | 37 | 0 | 13 | 45 | 1F | 2B | 34 | 2D |
| Octal | 257 | 215 | 67 | 0 | 23 | 105 | 37 | 53 | 64 | 55 |
| Binary | 10101111 | 10001101 | 110111 | 0 | 10011 | 1000101 | 11111 | 101011 | 110100 | 101101 |
Color Harmonies of #AF8D37
Complementary color
Monochromatic Colors of #AF8D37
Black with #AF8D37
Text Example
Text Example
White with #AF8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D37; }
p { color: rgb(175,141,55); }
H1.HeaderClassName
{
color: #AF8D37;
}
.AnyTagClassName
{
color: #AF8D37;
}
</style>
background-color css
<style>
a { background-color: #AF8D37; }
a { background-color: rgb(175,141,55); }
div.DivClassName
{
background-color: #AF8D37;
}
.BgClassName
{
background-color: #AF8D37;
}
</style>
border-color css
<style>
span { border-color: #AF8D37; }
span { border-color: rgb(175,141,55); }
td.TdClassName
{
border-color: #AF8D37;
}
.TagClassName
{
border-color: #AF8D37;
}
</style>