Shades of Alpine #AF893A
Tints of Alpine #AF893A
RGB
CMYK
RGB Variations
Color information
#AF893A (or 0xAF893A) is known color: Alpine. HEX triplet: AF, 89 and 3A. RGB value is (175,137,58). Sum of RGB (Red+Green+Blue) = 175+137+58=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF893A is #5076C5. Grayscale: #8B8B8B. Windows color (decimal): -5273286 or 3836335. OLE color: 3836335.
HSL color Cylindrical-coordinate representation of color #AF893A: hue angle of 40.51º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF893A is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 58 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.31 |
| HSL | 40.51º | 0.5% | 0.46% | - |
| HSV(B) | 40.51º | 0.67% | 0.69% | - |
| XYZ | 27.39 | 27.31 | 7.83 | - |
| YUV | 139.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 58 | 0 | 0.22 | 0.67 | 0.31 | 40.51 | 0.5 | 0.46 |
| Hex | AF | 89 | 3A | 0 | 16 | 43 | 1F | 29 | 32 | 2E |
| Octal | 257 | 211 | 72 | 0 | 26 | 103 | 37 | 51 | 62 | 56 |
| Binary | 10101111 | 10001001 | 111010 | 0 | 10110 | 1000011 | 11111 | 101001 | 110010 | 101110 |
Color Harmonies of #AF893A
Complementary color
Monochromatic Colors of #AF893A
Black with #AF893A
Text Example
Text Example
White with #AF893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF893A; }
p { color: rgb(175,137,58); }
H1.HeaderClassName
{
color: #AF893A;
}
.AnyTagClassName
{
color: #AF893A;
}
</style>
background-color css
<style>
a { background-color: #AF893A; }
a { background-color: rgb(175,137,58); }
div.DivClassName
{
background-color: #AF893A;
}
.BgClassName
{
background-color: #AF893A;
}
</style>
border-color css
<style>
span { border-color: #AF893A; }
span { border-color: rgb(175,137,58); }
td.TdClassName
{
border-color: #AF893A;
}
.TagClassName
{
border-color: #AF893A;
}
</style>