Shades of Alpine #AF8836
Tints of Alpine #AF8836
RGB
CMYK
RGB Variations
Color information
#AF8836 (or 0xAF8836) is known color: Alpine. HEX triplet: AF, 88 and 36. RGB value is (175,136,54). Sum of RGB (Red+Green+Blue) = 175+136+54=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8836 is #5077C9. Grayscale: #8A8A8A. Windows color (decimal): -5273546 or 3573935. OLE color: 3573935.
HSL color Cylindrical-coordinate representation of color #AF8836: hue angle of 40.66º 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 #AF8836 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 54 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.31 |
| HSL | 40.66º | 0.53% | 0.45% | - |
| HSV(B) | 40.66º | 0.69% | 0.69% | - |
| XYZ | 27.15 | 26.99 | 7.27 | - |
| YUV | 138.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 54 | 0 | 0.22 | 0.69 | 0.31 | 40.66 | 0.53 | 0.45 |
| Hex | AF | 88 | 36 | 0 | 16 | 45 | 1F | 29 | 35 | 2D |
| Octal | 257 | 210 | 66 | 0 | 26 | 105 | 37 | 51 | 65 | 55 |
| Binary | 10101111 | 10001000 | 110110 | 0 | 10110 | 1000101 | 11111 | 101001 | 110101 | 101101 |
Color Harmonies of #AF8836
Complementary color
Monochromatic Colors of #AF8836
Black with #AF8836
Text Example
Text Example
White with #AF8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8836; }
p { color: rgb(175,136,54); }
H1.HeaderClassName
{
color: #AF8836;
}
.AnyTagClassName
{
color: #AF8836;
}
</style>
background-color css
<style>
a { background-color: #AF8836; }
a { background-color: rgb(175,136,54); }
div.DivClassName
{
background-color: #AF8836;
}
.BgClassName
{
background-color: #AF8836;
}
</style>
border-color css
<style>
span { border-color: #AF8836; }
span { border-color: rgb(175,136,54); }
td.TdClassName
{
border-color: #AF8836;
}
.TagClassName
{
border-color: #AF8836;
}
</style>