Shades of Alpine #AF8731
Tints of Alpine #AF8731
RGB
CMYK
RGB Variations
Color information
#AF8731 (or 0xAF8731) is known color: Alpine. HEX triplet: AF, 87 and 31. RGB value is (175,135,49). Sum of RGB (Red+Green+Blue) = 175+135+49=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8731 is #5078CE. Grayscale: #898989. Windows color (decimal): -5273807 or 3245999. OLE color: 3245999.
HSL color Cylindrical-coordinate representation of color #AF8731: hue angle of 40.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF8731 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 49 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.31 |
| HSL | 40.95º | 0.56% | 0.44% | - |
| HSV(B) | 40.95º | 0.72% | 0.69% | - |
| XYZ | 26.9 | 26.66 | 6.63 | - |
| YUV | 137.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 49 | 0 | 0.23 | 0.72 | 0.31 | 40.95 | 0.56 | 0.44 |
| Hex | AF | 87 | 31 | 0 | 17 | 48 | 1F | 29 | 38 | 2C |
| Octal | 257 | 207 | 61 | 0 | 27 | 110 | 37 | 51 | 70 | 54 |
| Binary | 10101111 | 10000111 | 110001 | 0 | 10111 | 1001000 | 11111 | 101001 | 111000 | 101100 |
Color Harmonies of #AF8731
Complementary color
Monochromatic Colors of #AF8731
Black with #AF8731
Text Example
Text Example
White with #AF8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8731; }
p { color: rgb(175,135,49); }
H1.HeaderClassName
{
color: #AF8731;
}
.AnyTagClassName
{
color: #AF8731;
}
</style>
background-color css
<style>
a { background-color: #AF8731; }
a { background-color: rgb(175,135,49); }
div.DivClassName
{
background-color: #AF8731;
}
.BgClassName
{
background-color: #AF8731;
}
</style>
border-color css
<style>
span { border-color: #AF8731; }
span { border-color: rgb(175,135,49); }
td.TdClassName
{
border-color: #AF8731;
}
.TagClassName
{
border-color: #AF8731;
}
</style>