Shades of Alpine #AF8638
Tints of Alpine #AF8638
RGB
CMYK
RGB Variations
Color information
#AF8638 (or 0xAF8638) is known color: Alpine. HEX triplet: AF, 86 and 38. RGB value is (175,134,56). Sum of RGB (Red+Green+Blue) = 175+134+56=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8638 is #5079C7. Grayscale: #898989. Windows color (decimal): -5274056 or 3704495. OLE color: 3704495.
HSL color Cylindrical-coordinate representation of color #AF8638: hue angle of 39.33º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF8638 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 56 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.31 |
| HSL | 39.33º | 0.52% | 0.45% | - |
| HSV(B) | 39.33º | 0.68% | 0.69% | - |
| XYZ | 26.92 | 26.45 | 7.43 | - |
| YUV | 137.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 56 | 0 | 0.23 | 0.68 | 0.31 | 39.33 | 0.52 | 0.45 |
| Hex | AF | 86 | 38 | 0 | 17 | 44 | 1F | 27 | 34 | 2D |
| Octal | 257 | 206 | 70 | 0 | 27 | 104 | 37 | 47 | 64 | 55 |
| Binary | 10101111 | 10000110 | 111000 | 0 | 10111 | 1000100 | 11111 | 100111 | 110100 | 101101 |
Color Harmonies of #AF8638
Complementary color
Monochromatic Colors of #AF8638
Black with #AF8638
Text Example
Text Example
White with #AF8638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8638; }
p { color: rgb(175,134,56); }
H1.HeaderClassName
{
color: #AF8638;
}
.AnyTagClassName
{
color: #AF8638;
}
</style>
background-color css
<style>
a { background-color: #AF8638; }
a { background-color: rgb(175,134,56); }
div.DivClassName
{
background-color: #AF8638;
}
.BgClassName
{
background-color: #AF8638;
}
</style>
border-color css
<style>
span { border-color: #AF8638; }
span { border-color: rgb(175,134,56); }
td.TdClassName
{
border-color: #AF8638;
}
.TagClassName
{
border-color: #AF8638;
}
</style>