Shades of Alpine #AF8C38
Tints of Alpine #AF8C38
RGB
CMYK
RGB Variations
Color information
#AF8C38 (or 0xAF8C38) is known color: Alpine. HEX triplet: AF, 8C and 38. RGB value is (175,140,56). Sum of RGB (Red+Green+Blue) = 175+140+56=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C38 is #5073C7. Grayscale: #8D8D8D. Windows color (decimal): -5272520 or 3706031. OLE color: 3706031.
HSL color Cylindrical-coordinate representation of color #AF8C38: hue angle of 42.35º 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 #AF8C38 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 56 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.31 |
| HSL | 42.35º | 0.52% | 0.45% | - |
| HSV(B) | 42.35º | 0.68% | 0.69% | - |
| XYZ | 27.77 | 28.16 | 7.71 | - |
| YUV | 140.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 56 | 0 | 0.2 | 0.68 | 0.31 | 42.35 | 0.52 | 0.45 |
| Hex | AF | 8C | 38 | 0 | 14 | 44 | 1F | 2A | 34 | 2D |
| Octal | 257 | 214 | 70 | 0 | 24 | 104 | 37 | 52 | 64 | 55 |
| Binary | 10101111 | 10001100 | 111000 | 0 | 10100 | 1000100 | 11111 | 101010 | 110100 | 101101 |
Color Harmonies of #AF8C38
Complementary color
Monochromatic Colors of #AF8C38
Black with #AF8C38
Text Example
Text Example
White with #AF8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C38; }
p { color: rgb(175,140,56); }
H1.HeaderClassName
{
color: #AF8C38;
}
.AnyTagClassName
{
color: #AF8C38;
}
</style>
background-color css
<style>
a { background-color: #AF8C38; }
a { background-color: rgb(175,140,56); }
div.DivClassName
{
background-color: #AF8C38;
}
.BgClassName
{
background-color: #AF8C38;
}
</style>
border-color css
<style>
span { border-color: #AF8C38; }
span { border-color: rgb(175,140,56); }
td.TdClassName
{
border-color: #AF8C38;
}
.TagClassName
{
border-color: #AF8C38;
}
</style>