Shades of Alpine #AF8337
Tints of Alpine #AF8337
RGB
CMYK
RGB Variations
Color information
#AF8337 (or 0xAF8337) is known color: Alpine. HEX triplet: AF, 83 and 37. RGB value is (175,131,55). Sum of RGB (Red+Green+Blue) = 175+131+55=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8337 is #507CC8. Grayscale: #878787. Windows color (decimal): -5274825 or 3638191. OLE color: 3638191.
HSL color Cylindrical-coordinate representation of color #AF8337: hue angle of 38º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF8337 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 55 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.31 |
| HSL | 38º | 0.52% | 0.45% | - |
| HSV(B) | 38º | 0.69% | 0.69% | - |
| XYZ | 26.49 | 25.62 | 7.16 | - |
| YUV | 135.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 55 | 0 | 0.25 | 0.69 | 0.31 | 38 | 0.52 | 0.45 |
| Hex | AF | 83 | 37 | 0 | 19 | 45 | 1F | 26 | 34 | 2D |
| Octal | 257 | 203 | 67 | 0 | 31 | 105 | 37 | 46 | 64 | 55 |
| Binary | 10101111 | 10000011 | 110111 | 0 | 11001 | 1000101 | 11111 | 100110 | 110100 | 101101 |
Color Harmonies of #AF8337
Complementary color
Monochromatic Colors of #AF8337
Black with #AF8337
Text Example
Text Example
White with #AF8337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8337; }
p { color: rgb(175,131,55); }
H1.HeaderClassName
{
color: #AF8337;
}
.AnyTagClassName
{
color: #AF8337;
}
</style>
background-color css
<style>
a { background-color: #AF8337; }
a { background-color: rgb(175,131,55); }
div.DivClassName
{
background-color: #AF8337;
}
.BgClassName
{
background-color: #AF8337;
}
</style>
border-color css
<style>
span { border-color: #AF8337; }
span { border-color: rgb(175,131,55); }
td.TdClassName
{
border-color: #AF8337;
}
.TagClassName
{
border-color: #AF8337;
}
</style>