Shades of Alpine #AF843A
Tints of Alpine #AF843A
RGB
CMYK
RGB Variations
Color information
#AF843A (or 0xAF843A) is known color: Alpine. HEX triplet: AF, 84 and 3A. RGB value is (175,132,58). Sum of RGB (Red+Green+Blue) = 175+132+58=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF843A is #507BC5. Grayscale: #888888. Windows color (decimal): -5274566 or 3835055. OLE color: 3835055.
HSL color Cylindrical-coordinate representation of color #AF843A: hue angle of 37.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF843A is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 58 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.31 |
| HSL | 37.95º | 0.5% | 0.46% | - |
| HSV(B) | 37.95º | 0.67% | 0.69% | - |
| XYZ | 26.69 | 25.92 | 7.6 | - |
| YUV | 136.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 58 | 0 | 0.25 | 0.67 | 0.31 | 37.95 | 0.5 | 0.46 |
| Hex | AF | 84 | 3A | 0 | 19 | 43 | 1F | 26 | 32 | 2E |
| Octal | 257 | 204 | 72 | 0 | 31 | 103 | 37 | 46 | 62 | 56 |
| Binary | 10101111 | 10000100 | 111010 | 0 | 11001 | 1000011 | 11111 | 100110 | 110010 | 101110 |
Color Harmonies of #AF843A
Complementary color
Monochromatic Colors of #AF843A
Black with #AF843A
Text Example
Text Example
White with #AF843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF843A; }
p { color: rgb(175,132,58); }
H1.HeaderClassName
{
color: #AF843A;
}
.AnyTagClassName
{
color: #AF843A;
}
</style>
background-color css
<style>
a { background-color: #AF843A; }
a { background-color: rgb(175,132,58); }
div.DivClassName
{
background-color: #AF843A;
}
.BgClassName
{
background-color: #AF843A;
}
</style>
border-color css
<style>
span { border-color: #AF843A; }
span { border-color: rgb(175,132,58); }
td.TdClassName
{
border-color: #AF843A;
}
.TagClassName
{
border-color: #AF843A;
}
</style>