Shades of Alpine #AF852E
Tints of Alpine #AF852E
RGB
CMYK
RGB Variations
Color information
#AF852E (or 0xAF852E) is known color: Alpine. HEX triplet: AF, 85 and 2E. RGB value is (175,133,46). Sum of RGB (Red+Green+Blue) = 175+133+46=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF852E is #507AD1. Grayscale: #888888. Windows color (decimal): -5274322 or 3048879. OLE color: 3048879.
HSL color Cylindrical-coordinate representation of color #AF852E: hue angle of 40.47º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF852E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 46 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.31 |
| HSL | 40.47º | 0.58% | 0.43% | - |
| HSV(B) | 40.47º | 0.74% | 0.69% | - |
| XYZ | 26.56 | 26.09 | 6.22 | - |
| YUV | 135.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 46 | 0 | 0.24 | 0.74 | 0.31 | 40.47 | 0.58 | 0.43 |
| Hex | AF | 85 | 2E | 0 | 18 | 4A | 1F | 28 | 3A | 2B |
| Octal | 257 | 205 | 56 | 0 | 30 | 112 | 37 | 50 | 72 | 53 |
| Binary | 10101111 | 10000101 | 101110 | 0 | 11000 | 1001010 | 11111 | 101000 | 111010 | 101011 |
Color Harmonies of #AF852E
Complementary color
Monochromatic Colors of #AF852E
Black with #AF852E
Text Example
Text Example
White with #AF852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF852E; }
p { color: rgb(175,133,46); }
H1.HeaderClassName
{
color: #AF852E;
}
.AnyTagClassName
{
color: #AF852E;
}
</style>
background-color css
<style>
a { background-color: #AF852E; }
a { background-color: rgb(175,133,46); }
div.DivClassName
{
background-color: #AF852E;
}
.BgClassName
{
background-color: #AF852E;
}
</style>
border-color css
<style>
span { border-color: #AF852E; }
span { border-color: rgb(175,133,46); }
td.TdClassName
{
border-color: #AF852E;
}
.TagClassName
{
border-color: #AF852E;
}
</style>