Shades of Alpine #AF8A3A
Tints of Alpine #AF8A3A
RGB
CMYK
RGB Variations
Color information
#AF8A3A (or 0xAF8A3A) is known color: Alpine. HEX triplet: AF, 8A and 3A. RGB value is (175,138,58). Sum of RGB (Red+Green+Blue) = 175+138+58=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A3A is #5075C5. Grayscale: #8C8C8C. Windows color (decimal): -5273030 or 3836591. OLE color: 3836591.
HSL color Cylindrical-coordinate representation of color #AF8A3A: hue angle of 41.03º 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 #AF8A3A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 58 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.31 |
| HSL | 41.03º | 0.5% | 0.46% | - |
| HSV(B) | 41.03º | 0.67% | 0.69% | - |
| XYZ | 27.53 | 27.6 | 7.88 | - |
| YUV | 139.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 58 | 0 | 0.21 | 0.67 | 0.31 | 41.03 | 0.5 | 0.46 |
| Hex | AF | 8A | 3A | 0 | 15 | 43 | 1F | 29 | 32 | 2E |
| Octal | 257 | 212 | 72 | 0 | 25 | 103 | 37 | 51 | 62 | 56 |
| Binary | 10101111 | 10001010 | 111010 | 0 | 10101 | 1000011 | 11111 | 101001 | 110010 | 101110 |
Color Harmonies of #AF8A3A
Complementary color
Monochromatic Colors of #AF8A3A
Black with #AF8A3A
Text Example
Text Example
White with #AF8A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A3A; }
p { color: rgb(175,138,58); }
H1.HeaderClassName
{
color: #AF8A3A;
}
.AnyTagClassName
{
color: #AF8A3A;
}
</style>
background-color css
<style>
a { background-color: #AF8A3A; }
a { background-color: rgb(175,138,58); }
div.DivClassName
{
background-color: #AF8A3A;
}
.BgClassName
{
background-color: #AF8A3A;
}
</style>
border-color css
<style>
span { border-color: #AF8A3A; }
span { border-color: rgb(175,138,58); }
td.TdClassName
{
border-color: #AF8A3A;
}
.TagClassName
{
border-color: #AF8A3A;
}
</style>