Shades of Alpine #AF8C3D
Tints of Alpine #AF8C3D
RGB
CMYK
RGB Variations
Color information
#AF8C3D (or 0xAF8C3D) is known color: Alpine. HEX triplet: AF, 8C and 3D. RGB value is (175,140,61). Sum of RGB (Red+Green+Blue) = 175+140+61=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C3D is #5073C2. Grayscale: #8D8D8D. Windows color (decimal): -5272515 or 4033711. OLE color: 4033711.
HSL color Cylindrical-coordinate representation of color #AF8C3D: hue angle of 41.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF8C3D is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 61 | - |
| CMYK | 0 | 0.2 | 0.65 | 0.31 |
| HSL | 41.58º | 0.48% | 0.46% | - |
| HSV(B) | 41.58º | 0.65% | 0.69% | - |
| XYZ | 27.9 | 28.21 | 8.39 | - |
| YUV | 141.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 61 | 0 | 0.2 | 0.65 | 0.31 | 41.58 | 0.48 | 0.46 |
| Hex | AF | 8C | 3D | 0 | 14 | 41 | 1F | 2A | 30 | 2E |
| Octal | 257 | 214 | 75 | 0 | 24 | 101 | 37 | 52 | 60 | 56 |
| Binary | 10101111 | 10001100 | 111101 | 0 | 10100 | 1000001 | 11111 | 101010 | 110000 | 101110 |
Color Harmonies of #AF8C3D
Complementary color
Monochromatic Colors of #AF8C3D
Black with #AF8C3D
Text Example
Text Example
White with #AF8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C3D; }
p { color: rgb(175,140,61); }
H1.HeaderClassName
{
color: #AF8C3D;
}
.AnyTagClassName
{
color: #AF8C3D;
}
</style>
background-color css
<style>
a { background-color: #AF8C3D; }
a { background-color: rgb(175,140,61); }
div.DivClassName
{
background-color: #AF8C3D;
}
.BgClassName
{
background-color: #AF8C3D;
}
</style>
border-color css
<style>
span { border-color: #AF8C3D; }
span { border-color: rgb(175,140,61); }
td.TdClassName
{
border-color: #AF8C3D;
}
.TagClassName
{
border-color: #AF8C3D;
}
</style>