Shades of Alpine #AF8735
Tints of Alpine #AF8735
RGB
CMYK
RGB Variations
Color information
#AF8735 (or 0xAF8735) is known color: Alpine. HEX triplet: AF, 87 and 35. RGB value is (175,135,53). Sum of RGB (Red+Green+Blue) = 175+135+53=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8735 is #5078CA. Grayscale: #898989. Windows color (decimal): -5273803 or 3508143. OLE color: 3508143.
HSL color Cylindrical-coordinate representation of color #AF8735: hue angle of 40.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8735 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 53 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.31 |
| HSL | 40.33º | 0.54% | 0.45% | - |
| HSV(B) | 40.33º | 0.7% | 0.69% | - |
| XYZ | 26.99 | 26.7 | 7.1 | - |
| YUV | 137.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 53 | 0 | 0.23 | 0.70 | 0.31 | 40.33 | 0.54 | 0.45 |
| Hex | AF | 87 | 35 | 0 | 17 | 46 | 1F | 28 | 36 | 2D |
| Octal | 257 | 207 | 65 | 0 | 27 | 106 | 37 | 50 | 66 | 55 |
| Binary | 10101111 | 10000111 | 110101 | 0 | 10111 | 1000110 | 11111 | 101000 | 110110 | 101101 |
Color Harmonies of #AF8735
Complementary color
Monochromatic Colors of #AF8735
Black with #AF8735
Text Example
Text Example
White with #AF8735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8735; }
p { color: rgb(175,135,53); }
H1.HeaderClassName
{
color: #AF8735;
}
.AnyTagClassName
{
color: #AF8735;
}
</style>
background-color css
<style>
a { background-color: #AF8735; }
a { background-color: rgb(175,135,53); }
div.DivClassName
{
background-color: #AF8735;
}
.BgClassName
{
background-color: #AF8735;
}
</style>
border-color css
<style>
span { border-color: #AF8735; }
span { border-color: rgb(175,135,53); }
td.TdClassName
{
border-color: #AF8735;
}
.TagClassName
{
border-color: #AF8735;
}
</style>