Shades of Alpine #AF833C
Tints of Alpine #AF833C
RGB
CMYK
RGB Variations
Color information
#AF833C (or 0xAF833C) is known color: Alpine. HEX triplet: AF, 83 and 3C. RGB value is (175,131,60). Sum of RGB (Red+Green+Blue) = 175+131+60=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833C is #507CC3. Grayscale: #888888. Windows color (decimal): -5274820 or 3965871. OLE color: 3965871.
HSL color Cylindrical-coordinate representation of color #AF833C: hue angle of 37.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF833C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 60 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.31 |
| HSL | 37.04º | 0.49% | 0.46% | - |
| HSV(B) | 37.04º | 0.66% | 0.69% | - |
| XYZ | 26.61 | 25.67 | 7.83 | - |
| YUV | 136.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 60 | 0 | 0.25 | 0.66 | 0.31 | 37.04 | 0.49 | 0.46 |
| Hex | AF | 83 | 3C | 0 | 19 | 42 | 1F | 25 | 31 | 2E |
| Octal | 257 | 203 | 74 | 0 | 31 | 102 | 37 | 45 | 61 | 56 |
| Binary | 10101111 | 10000011 | 111100 | 0 | 11001 | 1000010 | 11111 | 100101 | 110001 | 101110 |
Color Harmonies of #AF833C
Complementary color
Monochromatic Colors of #AF833C
Black with #AF833C
Text Example
Text Example
White with #AF833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF833C; }
p { color: rgb(175,131,60); }
H1.HeaderClassName
{
color: #AF833C;
}
.AnyTagClassName
{
color: #AF833C;
}
</style>
background-color css
<style>
a { background-color: #AF833C; }
a { background-color: rgb(175,131,60); }
div.DivClassName
{
background-color: #AF833C;
}
.BgClassName
{
background-color: #AF833C;
}
</style>
border-color css
<style>
span { border-color: #AF833C; }
span { border-color: rgb(175,131,60); }
td.TdClassName
{
border-color: #AF833C;
}
.TagClassName
{
border-color: #AF833C;
}
</style>