Shades of Alpine #AF813C
Tints of Alpine #AF813C
RGB
CMYK
RGB Variations
Color information
#AF813C (or 0xAF813C) is known color: Alpine. HEX triplet: AF, 81 and 3C. RGB value is (175,129,60). Sum of RGB (Red+Green+Blue) = 175+129+60=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF813C is #507EC3. Grayscale: #878787. Windows color (decimal): -5275332 or 3965359. OLE color: 3965359.
HSL color Cylindrical-coordinate representation of color #AF813C: hue angle of 36º 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 #AF813C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 60 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.31 |
| HSL | 36º | 0.49% | 0.46% | - |
| HSV(B) | 36º | 0.66% | 0.69% | - |
| XYZ | 26.35 | 25.14 | 7.74 | - |
| YUV | 134.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 60 | 0 | 0.26 | 0.66 | 0.31 | 36 | 0.49 | 0.46 |
| Hex | AF | 81 | 3C | 0 | 1A | 42 | 1F | 24 | 31 | 2E |
| Octal | 257 | 201 | 74 | 0 | 32 | 102 | 37 | 44 | 61 | 56 |
| Binary | 10101111 | 10000001 | 111100 | 0 | 11010 | 1000010 | 11111 | 100100 | 110001 | 101110 |
Color Harmonies of #AF813C
Complementary color
Monochromatic Colors of #AF813C
Black with #AF813C
Text Example
Text Example
White with #AF813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF813C; }
p { color: rgb(175,129,60); }
H1.HeaderClassName
{
color: #AF813C;
}
.AnyTagClassName
{
color: #AF813C;
}
</style>
background-color css
<style>
a { background-color: #AF813C; }
a { background-color: rgb(175,129,60); }
div.DivClassName
{
background-color: #AF813C;
}
.BgClassName
{
background-color: #AF813C;
}
</style>
border-color css
<style>
span { border-color: #AF813C; }
span { border-color: rgb(175,129,60); }
td.TdClassName
{
border-color: #AF813C;
}
.TagClassName
{
border-color: #AF813C;
}
</style>