Shades of Alpine #AF8541
Tints of Alpine #AF8541
RGB
CMYK
RGB Variations
Color information
#AF8541 (or 0xAF8541) is known color: Alpine. HEX triplet: AF, 85 and 41. RGB value is (175,133,65). Sum of RGB (Red+Green+Blue) = 175+133+65=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8541 is #507ABE. Grayscale: #8A8A8A. Windows color (decimal): -5274303 or 4294063. OLE color: 4294063.
HSL color Cylindrical-coordinate representation of color #AF8541: hue angle of 37.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF8541 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 65 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.31 |
| HSL | 37.09º | 0.46% | 0.47% | - |
| HSV(B) | 37.09º | 0.63% | 0.69% | - |
| XYZ | 27.02 | 26.27 | 8.65 | - |
| YUV | 137.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 65 | 0 | 0.24 | 0.63 | 0.31 | 37.09 | 0.46 | 0.47 |
| Hex | AF | 85 | 41 | 0 | 18 | 3F | 1F | 25 | 2E | 2F |
| Octal | 257 | 205 | 101 | 0 | 30 | 77 | 37 | 45 | 56 | 57 |
| Binary | 10101111 | 10000101 | 1000001 | 0 | 11000 | 111111 | 11111 | 100101 | 101110 | 101111 |
Color Harmonies of #AF8541
Complementary color
Monochromatic Colors of #AF8541
Black with #AF8541
Text Example
Text Example
White with #AF8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8541; }
p { color: rgb(175,133,65); }
H1.HeaderClassName
{
color: #AF8541;
}
.AnyTagClassName
{
color: #AF8541;
}
</style>
background-color css
<style>
a { background-color: #AF8541; }
a { background-color: rgb(175,133,65); }
div.DivClassName
{
background-color: #AF8541;
}
.BgClassName
{
background-color: #AF8541;
}
</style>
border-color css
<style>
span { border-color: #AF8541; }
span { border-color: rgb(175,133,65); }
td.TdClassName
{
border-color: #AF8541;
}
.TagClassName
{
border-color: #AF8541;
}
</style>