Shades of Alpine #AF853D
Tints of Alpine #AF853D
RGB
CMYK
RGB Variations
Color information
#AF853D (or 0xAF853D) is known color: Alpine. HEX triplet: AF, 85 and 3D. RGB value is (175,133,61). Sum of RGB (Red+Green+Blue) = 175+133+61=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF853D is #507AC2. Grayscale: #898989. Windows color (decimal): -5274307 or 4031919. OLE color: 4031919.
HSL color Cylindrical-coordinate representation of color #AF853D: hue angle of 37.89º 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 #AF853D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 61 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.31 |
| HSL | 37.89º | 0.48% | 0.46% | - |
| HSV(B) | 37.89º | 0.65% | 0.69% | - |
| XYZ | 26.91 | 26.23 | 8.06 | - |
| YUV | 137.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 61 | 0 | 0.24 | 0.65 | 0.31 | 37.89 | 0.48 | 0.46 |
| Hex | AF | 85 | 3D | 0 | 18 | 41 | 1F | 26 | 30 | 2E |
| Octal | 257 | 205 | 75 | 0 | 30 | 101 | 37 | 46 | 60 | 56 |
| Binary | 10101111 | 10000101 | 111101 | 0 | 11000 | 1000001 | 11111 | 100110 | 110000 | 101110 |
Color Harmonies of #AF853D
Complementary color
Monochromatic Colors of #AF853D
Black with #AF853D
Text Example
Text Example
White with #AF853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF853D; }
p { color: rgb(175,133,61); }
H1.HeaderClassName
{
color: #AF853D;
}
.AnyTagClassName
{
color: #AF853D;
}
</style>
background-color css
<style>
a { background-color: #AF853D; }
a { background-color: rgb(175,133,61); }
div.DivClassName
{
background-color: #AF853D;
}
.BgClassName
{
background-color: #AF853D;
}
</style>
border-color css
<style>
span { border-color: #AF853D; }
span { border-color: rgb(175,133,61); }
td.TdClassName
{
border-color: #AF853D;
}
.TagClassName
{
border-color: #AF853D;
}
</style>