Shades of Alpine #AF8741
Tints of Alpine #AF8741
RGB
CMYK
RGB Variations
Color information
#AF8741 (or 0xAF8741) is known color: Alpine. HEX triplet: AF, 87 and 41. RGB value is (175,135,65). Sum of RGB (Red+Green+Blue) = 175+135+65=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8741 is #5078BE. Grayscale: #8B8B8B. Windows color (decimal): -5273791 or 4294575. OLE color: 4294575.
HSL color Cylindrical-coordinate representation of color #AF8741: hue angle of 38.18º 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 #AF8741 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 65 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.31 |
| HSL | 38.18º | 0.46% | 0.47% | - |
| HSV(B) | 38.18º | 0.63% | 0.69% | - |
| XYZ | 27.3 | 26.82 | 8.74 | - |
| YUV | 138.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 65 | 0 | 0.23 | 0.63 | 0.31 | 38.18 | 0.46 | 0.47 |
| Hex | AF | 87 | 41 | 0 | 17 | 3F | 1F | 26 | 2E | 2F |
| Octal | 257 | 207 | 101 | 0 | 27 | 77 | 37 | 46 | 56 | 57 |
| Binary | 10101111 | 10000111 | 1000001 | 0 | 10111 | 111111 | 11111 | 100110 | 101110 | 101111 |
Color Harmonies of #AF8741
Complementary color
Monochromatic Colors of #AF8741
Black with #AF8741
Text Example
Text Example
White with #AF8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8741; }
p { color: rgb(175,135,65); }
H1.HeaderClassName
{
color: #AF8741;
}
.AnyTagClassName
{
color: #AF8741;
}
</style>
background-color css
<style>
a { background-color: #AF8741; }
a { background-color: rgb(175,135,65); }
div.DivClassName
{
background-color: #AF8741;
}
.BgClassName
{
background-color: #AF8741;
}
</style>
border-color css
<style>
span { border-color: #AF8741; }
span { border-color: rgb(175,135,65); }
td.TdClassName
{
border-color: #AF8741;
}
.TagClassName
{
border-color: #AF8741;
}
</style>