Shades of Alpine #AF8932
Tints of Alpine #AF8932
RGB
CMYK
RGB Variations
Color information
#AF8932 (or 0xAF8932) is known color: Alpine. HEX triplet: AF, 89 and 32. RGB value is (175,137,50). Sum of RGB (Red+Green+Blue) = 175+137+50=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8932 is #5076CD. Grayscale: #8A8A8A. Windows color (decimal): -5273294 or 3312047. OLE color: 3312047.
HSL color Cylindrical-coordinate representation of color #AF8932: hue angle of 41.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF8932 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 50 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.31 |
| HSL | 41.76º | 0.56% | 0.44% | - |
| HSV(B) | 41.76º | 0.71% | 0.69% | - |
| XYZ | 27.2 | 27.24 | 6.84 | - |
| YUV | 138.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 50 | 0 | 0.22 | 0.71 | 0.31 | 41.76 | 0.56 | 0.44 |
| Hex | AF | 89 | 32 | 0 | 16 | 47 | 1F | 2A | 38 | 2C |
| Octal | 257 | 211 | 62 | 0 | 26 | 107 | 37 | 52 | 70 | 54 |
| Binary | 10101111 | 10001001 | 110010 | 0 | 10110 | 1000111 | 11111 | 101010 | 111000 | 101100 |
Color Harmonies of #AF8932
Complementary color
Monochromatic Colors of #AF8932
Black with #AF8932
Text Example
Text Example
White with #AF8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8932; }
p { color: rgb(175,137,50); }
H1.HeaderClassName
{
color: #AF8932;
}
.AnyTagClassName
{
color: #AF8932;
}
</style>
background-color css
<style>
a { background-color: #AF8932; }
a { background-color: rgb(175,137,50); }
div.DivClassName
{
background-color: #AF8932;
}
.BgClassName
{
background-color: #AF8932;
}
</style>
border-color css
<style>
span { border-color: #AF8932; }
span { border-color: rgb(175,137,50); }
td.TdClassName
{
border-color: #AF8932;
}
.TagClassName
{
border-color: #AF8932;
}
</style>