Shades of Alpine #AF8F3B
Tints of Alpine #AF8F3B
RGB
CMYK
RGB Variations
Color information
#AF8F3B (or 0xAF8F3B) is known color: Alpine. HEX triplet: AF, 8F and 3B. RGB value is (175,143,59). Sum of RGB (Red+Green+Blue) = 175+143+59=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F3B is #5070C4. Grayscale: #8F8F8F. Windows color (decimal): -5271749 or 3903407. OLE color: 3903407.
HSL color Cylindrical-coordinate representation of color #AF8F3B: hue angle of 43.45º degrees, saturation: 0.5, 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 #AF8F3B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 59 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.31 |
| HSL | 43.45º | 0.5% | 0.46% | - |
| HSV(B) | 43.45º | 0.66% | 0.69% | - |
| XYZ | 28.29 | 29.07 | 8.26 | - |
| YUV | 142.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 59 | 0 | 0.18 | 0.66 | 0.31 | 43.45 | 0.5 | 0.46 |
| Hex | AF | 8F | 3B | 0 | 12 | 42 | 1F | 2B | 32 | 2E |
| Octal | 257 | 217 | 73 | 0 | 22 | 102 | 37 | 53 | 62 | 56 |
| Binary | 10101111 | 10001111 | 111011 | 0 | 10010 | 1000010 | 11111 | 101011 | 110010 | 101110 |
Color Harmonies of #AF8F3B
Complementary color
Monochromatic Colors of #AF8F3B
Black with #AF8F3B
Text Example
Text Example
White with #AF8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F3B; }
p { color: rgb(175,143,59); }
H1.HeaderClassName
{
color: #AF8F3B;
}
.AnyTagClassName
{
color: #AF8F3B;
}
</style>
background-color css
<style>
a { background-color: #AF8F3B; }
a { background-color: rgb(175,143,59); }
div.DivClassName
{
background-color: #AF8F3B;
}
.BgClassName
{
background-color: #AF8F3B;
}
</style>
border-color css
<style>
span { border-color: #AF8F3B; }
span { border-color: rgb(175,143,59); }
td.TdClassName
{
border-color: #AF8F3B;
}
.TagClassName
{
border-color: #AF8F3B;
}
</style>