Shades of Alpine #AF853E
Tints of Alpine #AF853E
RGB
CMYK
RGB Variations
Color information
#AF853E (or 0xAF853E) is known color: Alpine. HEX triplet: AF, 85 and 3E. RGB value is (175,133,62). Sum of RGB (Red+Green+Blue) = 175+133+62=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF853E is #507AC1. Grayscale: #898989. Windows color (decimal): -5274306 or 4097455. OLE color: 4097455.
HSL color Cylindrical-coordinate representation of color #AF853E: hue angle of 37.7º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF853E is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 62 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.31 |
| HSL | 37.7º | 0.48% | 0.46% | - |
| HSV(B) | 37.7º | 0.65% | 0.69% | - |
| XYZ | 26.94 | 26.24 | 8.2 | - |
| YUV | 137.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 62 | 0 | 0.24 | 0.65 | 0.31 | 37.7 | 0.48 | 0.46 |
| Hex | AF | 85 | 3E | 0 | 18 | 41 | 1F | 26 | 30 | 2E |
| Octal | 257 | 205 | 76 | 0 | 30 | 101 | 37 | 46 | 60 | 56 |
| Binary | 10101111 | 10000101 | 111110 | 0 | 11000 | 1000001 | 11111 | 100110 | 110000 | 101110 |
Color Harmonies of #AF853E
Complementary color
Monochromatic Colors of #AF853E
Black with #AF853E
Text Example
Text Example
White with #AF853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF853E; }
p { color: rgb(175,133,62); }
H1.HeaderClassName
{
color: #AF853E;
}
.AnyTagClassName
{
color: #AF853E;
}
</style>
background-color css
<style>
a { background-color: #AF853E; }
a { background-color: rgb(175,133,62); }
div.DivClassName
{
background-color: #AF853E;
}
.BgClassName
{
background-color: #AF853E;
}
</style>
border-color css
<style>
span { border-color: #AF853E; }
span { border-color: rgb(175,133,62); }
td.TdClassName
{
border-color: #AF853E;
}
.TagClassName
{
border-color: #AF853E;
}
</style>