Shades of Alpine #AF8334
Tints of Alpine #AF8334
RGB
CMYK
RGB Variations
Color information
#AF8334 (or 0xAF8334) is known color: Alpine. HEX triplet: AF, 83 and 34. RGB value is (175,131,52). Sum of RGB (Red+Green+Blue) = 175+131+52=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8334 is #507CCB. Grayscale: #878787. Windows color (decimal): -5274828 or 3441583. OLE color: 3441583.
HSL color Cylindrical-coordinate representation of color #AF8334: hue angle of 38.54º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8334 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 52 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.31 |
| HSL | 38.54º | 0.54% | 0.45% | - |
| HSV(B) | 38.54º | 0.7% | 0.69% | - |
| XYZ | 26.42 | 25.59 | 6.8 | - |
| YUV | 135.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 52 | 0 | 0.25 | 0.70 | 0.31 | 38.54 | 0.54 | 0.45 |
| Hex | AF | 83 | 34 | 0 | 19 | 46 | 1F | 27 | 36 | 2D |
| Octal | 257 | 203 | 64 | 0 | 31 | 106 | 37 | 47 | 66 | 55 |
| Binary | 10101111 | 10000011 | 110100 | 0 | 11001 | 1000110 | 11111 | 100111 | 110110 | 101101 |
Color Harmonies of #AF8334
Complementary color
Monochromatic Colors of #AF8334
Black with #AF8334
Text Example
Text Example
White with #AF8334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8334; }
p { color: rgb(175,131,52); }
H1.HeaderClassName
{
color: #AF8334;
}
.AnyTagClassName
{
color: #AF8334;
}
</style>
background-color css
<style>
a { background-color: #AF8334; }
a { background-color: rgb(175,131,52); }
div.DivClassName
{
background-color: #AF8334;
}
.BgClassName
{
background-color: #AF8334;
}
</style>
border-color css
<style>
span { border-color: #AF8334; }
span { border-color: rgb(175,131,52); }
td.TdClassName
{
border-color: #AF8334;
}
.TagClassName
{
border-color: #AF8334;
}
</style>