Shades of Alpine #AF8539
Tints of Alpine #AF8539
RGB
CMYK
RGB Variations
Color information
#AF8539 (or 0xAF8539) is known color: Alpine. HEX triplet: AF, 85 and 39. RGB value is (175,133,57). Sum of RGB (Red+Green+Blue) = 175+133+57=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8539 is #507AC6. Grayscale: #898989. Windows color (decimal): -5274311 or 3769775. OLE color: 3769775.
HSL color Cylindrical-coordinate representation of color #AF8539: hue angle of 38.64º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF8539 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 57 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.31 |
| HSL | 38.64º | 0.51% | 0.45% | - |
| HSV(B) | 38.64º | 0.67% | 0.69% | - |
| XYZ | 26.81 | 26.18 | 7.51 | - |
| YUV | 136.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 57 | 0 | 0.24 | 0.67 | 0.31 | 38.64 | 0.51 | 0.45 |
| Hex | AF | 85 | 39 | 0 | 18 | 43 | 1F | 27 | 33 | 2D |
| Octal | 257 | 205 | 71 | 0 | 30 | 103 | 37 | 47 | 63 | 55 |
| Binary | 10101111 | 10000101 | 111001 | 0 | 11000 | 1000011 | 11111 | 100111 | 110011 | 101101 |
Color Harmonies of #AF8539
Complementary color
Monochromatic Colors of #AF8539
Black with #AF8539
Text Example
Text Example
White with #AF8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8539; }
p { color: rgb(175,133,57); }
H1.HeaderClassName
{
color: #AF8539;
}
.AnyTagClassName
{
color: #AF8539;
}
</style>
background-color css
<style>
a { background-color: #AF8539; }
a { background-color: rgb(175,133,57); }
div.DivClassName
{
background-color: #AF8539;
}
.BgClassName
{
background-color: #AF8539;
}
</style>
border-color css
<style>
span { border-color: #AF8539; }
span { border-color: rgb(175,133,57); }
td.TdClassName
{
border-color: #AF8539;
}
.TagClassName
{
border-color: #AF8539;
}
</style>