Shades of Alpine #AF8234
Tints of Alpine #AF8234
RGB
CMYK
RGB Variations
Color information
#AF8234 (or 0xAF8234) is known color: Alpine. HEX triplet: AF, 82 and 34. RGB value is (175,130,52). Sum of RGB (Red+Green+Blue) = 175+130+52=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8234 is #507DCB. Grayscale: #868686. Windows color (decimal): -5275084 or 3441327. OLE color: 3441327.
HSL color Cylindrical-coordinate representation of color #AF8234: hue angle of 38.05º 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 #AF8234 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 52 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.31 |
| HSL | 38.05º | 0.54% | 0.45% | - |
| HSV(B) | 38.05º | 0.7% | 0.69% | - |
| XYZ | 26.28 | 25.33 | 6.75 | - |
| YUV | 134.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 52 | 0 | 0.26 | 0.70 | 0.31 | 38.05 | 0.54 | 0.45 |
| Hex | AF | 82 | 34 | 0 | 1A | 46 | 1F | 26 | 36 | 2D |
| Octal | 257 | 202 | 64 | 0 | 32 | 106 | 37 | 46 | 66 | 55 |
| Binary | 10101111 | 10000010 | 110100 | 0 | 11010 | 1000110 | 11111 | 100110 | 110110 | 101101 |
Color Harmonies of #AF8234
Complementary color
Monochromatic Colors of #AF8234
Black with #AF8234
Text Example
Text Example
White with #AF8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8234; }
p { color: rgb(175,130,52); }
H1.HeaderClassName
{
color: #AF8234;
}
.AnyTagClassName
{
color: #AF8234;
}
</style>
background-color css
<style>
a { background-color: #AF8234; }
a { background-color: rgb(175,130,52); }
div.DivClassName
{
background-color: #AF8234;
}
.BgClassName
{
background-color: #AF8234;
}
</style>
border-color css
<style>
span { border-color: #AF8234; }
span { border-color: rgb(175,130,52); }
td.TdClassName
{
border-color: #AF8234;
}
.TagClassName
{
border-color: #AF8234;
}
</style>