Shades of Alpine #AF8D36
Tints of Alpine #AF8D36
RGB
CMYK
RGB Variations
Color information
#AF8D36 (or 0xAF8D36) is known color: Alpine. HEX triplet: AF, 8D and 36. RGB value is (175,141,54). Sum of RGB (Red+Green+Blue) = 175+141+54=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D36 is #5072C9. Grayscale: #8D8D8D. Windows color (decimal): -5272266 or 3575215. OLE color: 3575215.
HSL color Cylindrical-coordinate representation of color #AF8D36: hue angle of 43.14º degrees, saturation: 0.53, 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 #AF8D36 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 54 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.31 |
| HSL | 43.14º | 0.53% | 0.45% | - |
| HSV(B) | 43.14º | 0.69% | 0.69% | - |
| XYZ | 27.87 | 28.43 | 7.51 | - |
| YUV | 141.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 54 | 0 | 0.19 | 0.69 | 0.31 | 43.14 | 0.53 | 0.45 |
| Hex | AF | 8D | 36 | 0 | 13 | 45 | 1F | 2B | 35 | 2D |
| Octal | 257 | 215 | 66 | 0 | 23 | 105 | 37 | 53 | 65 | 55 |
| Binary | 10101111 | 10001101 | 110110 | 0 | 10011 | 1000101 | 11111 | 101011 | 110101 | 101101 |
Color Harmonies of #AF8D36
Complementary color
Monochromatic Colors of #AF8D36
Black with #AF8D36
Text Example
Text Example
White with #AF8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D36; }
p { color: rgb(175,141,54); }
H1.HeaderClassName
{
color: #AF8D36;
}
.AnyTagClassName
{
color: #AF8D36;
}
</style>
background-color css
<style>
a { background-color: #AF8D36; }
a { background-color: rgb(175,141,54); }
div.DivClassName
{
background-color: #AF8D36;
}
.BgClassName
{
background-color: #AF8D36;
}
</style>
border-color css
<style>
span { border-color: #AF8D36; }
span { border-color: rgb(175,141,54); }
td.TdClassName
{
border-color: #AF8D36;
}
.TagClassName
{
border-color: #AF8D36;
}
</style>