Shades of Alpine #AF8B37
Tints of Alpine #AF8B37
RGB
CMYK
RGB Variations
Color information
#AF8B37 (or 0xAF8B37) is known color: Alpine. HEX triplet: AF, 8B and 37. RGB value is (175,139,55). Sum of RGB (Red+Green+Blue) = 175+139+55=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B37 is #5074C8. Grayscale: #8C8C8C. Windows color (decimal): -5272777 or 3640239. OLE color: 3640239.
HSL color Cylindrical-coordinate representation of color #AF8B37: hue angle of 42º 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 #AF8B37 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 55 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.31 |
| HSL | 42º | 0.52% | 0.45% | - |
| HSV(B) | 42º | 0.69% | 0.69% | - |
| XYZ | 27.6 | 27.86 | 7.54 | - |
| YUV | 140.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 55 | 0 | 0.21 | 0.69 | 0.31 | 42 | 0.52 | 0.45 |
| Hex | AF | 8B | 37 | 0 | 15 | 45 | 1F | 2A | 34 | 2D |
| Octal | 257 | 213 | 67 | 0 | 25 | 105 | 37 | 52 | 64 | 55 |
| Binary | 10101111 | 10001011 | 110111 | 0 | 10101 | 1000101 | 11111 | 101010 | 110100 | 101101 |
Color Harmonies of #AF8B37
Complementary color
Monochromatic Colors of #AF8B37
Black with #AF8B37
Text Example
Text Example
White with #AF8B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B37; }
p { color: rgb(175,139,55); }
H1.HeaderClassName
{
color: #AF8B37;
}
.AnyTagClassName
{
color: #AF8B37;
}
</style>
background-color css
<style>
a { background-color: #AF8B37; }
a { background-color: rgb(175,139,55); }
div.DivClassName
{
background-color: #AF8B37;
}
.BgClassName
{
background-color: #AF8B37;
}
</style>
border-color css
<style>
span { border-color: #AF8B37; }
span { border-color: rgb(175,139,55); }
td.TdClassName
{
border-color: #AF8B37;
}
.TagClassName
{
border-color: #AF8B37;
}
</style>