Shades of Alpine #AF8844
Tints of Alpine #AF8844
RGB
CMYK
RGB Variations
Color information
#AF8844 (or 0xAF8844) is known color: Alpine. HEX triplet: AF, 88 and 44. RGB value is (175,136,68). Sum of RGB (Red+Green+Blue) = 175+136+68=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8844 is #5077BB. Grayscale: #8C8C8C. Windows color (decimal): -5273532 or 4491439. OLE color: 4491439.
HSL color Cylindrical-coordinate representation of color #AF8844: hue angle of 38.13º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8844 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 68 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.31 |
| HSL | 38.13º | 0.44% | 0.48% | - |
| HSV(B) | 38.13º | 0.61% | 0.69% | - |
| XYZ | 27.53 | 27.14 | 9.26 | - |
| YUV | 139.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 68 | 0 | 0.22 | 0.61 | 0.31 | 38.13 | 0.44 | 0.48 |
| Hex | AF | 88 | 44 | 0 | 16 | 3D | 1F | 26 | 2C | 30 |
| Octal | 257 | 210 | 104 | 0 | 26 | 75 | 37 | 46 | 54 | 60 |
| Binary | 10101111 | 10001000 | 1000100 | 0 | 10110 | 111101 | 11111 | 100110 | 101100 | 110000 |
Color Harmonies of #AF8844
Complementary color
Monochromatic Colors of #AF8844
Black with #AF8844
Text Example
Text Example
White with #AF8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8844; }
p { color: rgb(175,136,68); }
H1.HeaderClassName
{
color: #AF8844;
}
.AnyTagClassName
{
color: #AF8844;
}
</style>
background-color css
<style>
a { background-color: #AF8844; }
a { background-color: rgb(175,136,68); }
div.DivClassName
{
background-color: #AF8844;
}
.BgClassName
{
background-color: #AF8844;
}
</style>
border-color css
<style>
span { border-color: #AF8844; }
span { border-color: rgb(175,136,68); }
td.TdClassName
{
border-color: #AF8844;
}
.TagClassName
{
border-color: #AF8844;
}
</style>