Shades of Alpine #AF883B
Tints of Alpine #AF883B
RGB
CMYK
RGB Variations
Color information
#AF883B (or 0xAF883B) is known color: Alpine. HEX triplet: AF, 88 and 3B. RGB value is (175,136,59). Sum of RGB (Red+Green+Blue) = 175+136+59=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF883B is #5077C4. Grayscale: #8B8B8B. Windows color (decimal): -5273541 or 3901615. OLE color: 3901615.
HSL color Cylindrical-coordinate representation of color #AF883B: hue angle of 39.83º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF883B is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 59 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.31 |
| HSL | 39.83º | 0.5% | 0.46% | - |
| HSV(B) | 39.83º | 0.66% | 0.69% | - |
| XYZ | 27.27 | 27.04 | 7.92 | - |
| YUV | 138.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 59 | 0 | 0.22 | 0.66 | 0.31 | 39.83 | 0.5 | 0.46 |
| Hex | AF | 88 | 3B | 0 | 16 | 42 | 1F | 28 | 32 | 2E |
| Octal | 257 | 210 | 73 | 0 | 26 | 102 | 37 | 50 | 62 | 56 |
| Binary | 10101111 | 10001000 | 111011 | 0 | 10110 | 1000010 | 11111 | 101000 | 110010 | 101110 |
Color Harmonies of #AF883B
Complementary color
Monochromatic Colors of #AF883B
Black with #AF883B
Text Example
Text Example
White with #AF883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF883B; }
p { color: rgb(175,136,59); }
H1.HeaderClassName
{
color: #AF883B;
}
.AnyTagClassName
{
color: #AF883B;
}
</style>
background-color css
<style>
a { background-color: #AF883B; }
a { background-color: rgb(175,136,59); }
div.DivClassName
{
background-color: #AF883B;
}
.BgClassName
{
background-color: #AF883B;
}
</style>
border-color css
<style>
span { border-color: #AF883B; }
span { border-color: rgb(175,136,59); }
td.TdClassName
{
border-color: #AF883B;
}
.TagClassName
{
border-color: #AF883B;
}
</style>