Shades of Alpine #AF8C36
Tints of Alpine #AF8C36
RGB
CMYK
RGB Variations
Color information
#AF8C36 (or 0xAF8C36) is known color: Alpine. HEX triplet: AF, 8C and 36. RGB value is (175,140,54). Sum of RGB (Red+Green+Blue) = 175+140+54=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C36 is #5073C9. Grayscale: #8D8D8D. Windows color (decimal): -5272522 or 3574959. OLE color: 3574959.
HSL color Cylindrical-coordinate representation of color #AF8C36: hue angle of 42.64º 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 #AF8C36 is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 54 | - |
| CMYK | 0 | 0.2 | 0.69 | 0.31 |
| HSL | 42.64º | 0.53% | 0.45% | - |
| HSV(B) | 42.64º | 0.69% | 0.69% | - |
| XYZ | 27.72 | 28.14 | 7.46 | - |
| YUV | 140.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 54 | 0 | 0.2 | 0.69 | 0.31 | 42.64 | 0.53 | 0.45 |
| Hex | AF | 8C | 36 | 0 | 14 | 45 | 1F | 2B | 35 | 2D |
| Octal | 257 | 214 | 66 | 0 | 24 | 105 | 37 | 53 | 65 | 55 |
| Binary | 10101111 | 10001100 | 110110 | 0 | 10100 | 1000101 | 11111 | 101011 | 110101 | 101101 |
Color Harmonies of #AF8C36
Complementary color
Monochromatic Colors of #AF8C36
Black with #AF8C36
Text Example
Text Example
White with #AF8C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C36; }
p { color: rgb(175,140,54); }
H1.HeaderClassName
{
color: #AF8C36;
}
.AnyTagClassName
{
color: #AF8C36;
}
</style>
background-color css
<style>
a { background-color: #AF8C36; }
a { background-color: rgb(175,140,54); }
div.DivClassName
{
background-color: #AF8C36;
}
.BgClassName
{
background-color: #AF8C36;
}
</style>
border-color css
<style>
span { border-color: #AF8C36; }
span { border-color: rgb(175,140,54); }
td.TdClassName
{
border-color: #AF8C36;
}
.TagClassName
{
border-color: #AF8C36;
}
</style>