Shades of Alpine #AF8835
Tints of Alpine #AF8835
RGB
CMYK
RGB Variations
Color information
#AF8835 (or 0xAF8835) is known color: Alpine. HEX triplet: AF, 88 and 35. RGB value is (175,136,53). Sum of RGB (Red+Green+Blue) = 175+136+53=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8835 is #5077CA. Grayscale: #8A8A8A. Windows color (decimal): -5273547 or 3508399. OLE color: 3508399.
HSL color Cylindrical-coordinate representation of color #AF8835: hue angle of 40.82º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8835 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 53 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.31 |
| HSL | 40.82º | 0.54% | 0.45% | - |
| HSV(B) | 40.82º | 0.7% | 0.69% | - |
| XYZ | 27.13 | 26.98 | 7.15 | - |
| YUV | 138.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 53 | 0 | 0.22 | 0.70 | 0.31 | 40.82 | 0.54 | 0.45 |
| Hex | AF | 88 | 35 | 0 | 16 | 46 | 1F | 29 | 36 | 2D |
| Octal | 257 | 210 | 65 | 0 | 26 | 106 | 37 | 51 | 66 | 55 |
| Binary | 10101111 | 10001000 | 110101 | 0 | 10110 | 1000110 | 11111 | 101001 | 110110 | 101101 |
Color Harmonies of #AF8835
Complementary color
Monochromatic Colors of #AF8835
Black with #AF8835
Text Example
Text Example
White with #AF8835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8835; }
p { color: rgb(175,136,53); }
H1.HeaderClassName
{
color: #AF8835;
}
.AnyTagClassName
{
color: #AF8835;
}
</style>
background-color css
<style>
a { background-color: #AF8835; }
a { background-color: rgb(175,136,53); }
div.DivClassName
{
background-color: #AF8835;
}
.BgClassName
{
background-color: #AF8835;
}
</style>
border-color css
<style>
span { border-color: #AF8835; }
span { border-color: rgb(175,136,53); }
td.TdClassName
{
border-color: #AF8835;
}
.TagClassName
{
border-color: #AF8835;
}
</style>