Shades of Alpine #AF8F38
Tints of Alpine #AF8F38
RGB
CMYK
RGB Variations
Color information
#AF8F38 (or 0xAF8F38) is known color: Alpine. HEX triplet: AF, 8F and 38. RGB value is (175,143,56). Sum of RGB (Red+Green+Blue) = 175+143+56=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F38 is #5070C7. Grayscale: #8F8F8F. Windows color (decimal): -5271752 or 3706799. OLE color: 3706799.
HSL color Cylindrical-coordinate representation of color #AF8F38: hue angle of 43.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF8F38 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 56 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.31 |
| HSL | 43.87º | 0.52% | 0.45% | - |
| HSV(B) | 43.87º | 0.68% | 0.69% | - |
| XYZ | 28.22 | 29.04 | 7.86 | - |
| YUV | 142.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 56 | 0 | 0.18 | 0.68 | 0.31 | 43.87 | 0.52 | 0.45 |
| Hex | AF | 8F | 38 | 0 | 12 | 44 | 1F | 2C | 34 | 2D |
| Octal | 257 | 217 | 70 | 0 | 22 | 104 | 37 | 54 | 64 | 55 |
| Binary | 10101111 | 10001111 | 111000 | 0 | 10010 | 1000100 | 11111 | 101100 | 110100 | 101101 |
Color Harmonies of #AF8F38
Complementary color
Monochromatic Colors of #AF8F38
Black with #AF8F38
Text Example
Text Example
White with #AF8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F38; }
p { color: rgb(175,143,56); }
H1.HeaderClassName
{
color: #AF8F38;
}
.AnyTagClassName
{
color: #AF8F38;
}
</style>
background-color css
<style>
a { background-color: #AF8F38; }
a { background-color: rgb(175,143,56); }
div.DivClassName
{
background-color: #AF8F38;
}
.BgClassName
{
background-color: #AF8F38;
}
</style>
border-color css
<style>
span { border-color: #AF8F38; }
span { border-color: rgb(175,143,56); }
td.TdClassName
{
border-color: #AF8F38;
}
.TagClassName
{
border-color: #AF8F38;
}
</style>