Shades of Alpine #AF8B3B
Tints of Alpine #AF8B3B
RGB
CMYK
RGB Variations
Color information
#AF8B3B (or 0xAF8B3B) is known color: Alpine. HEX triplet: AF, 8B and 3B. RGB value is (175,139,59). Sum of RGB (Red+Green+Blue) = 175+139+59=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B3B is #5074C4. Grayscale: #8D8D8D. Windows color (decimal): -5272773 or 3902383. OLE color: 3902383.
HSL color Cylindrical-coordinate representation of color #AF8B3B: hue angle of 41.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF8B3B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 59 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.31 |
| HSL | 41.38º | 0.5% | 0.46% | - |
| HSV(B) | 41.38º | 0.66% | 0.69% | - |
| XYZ | 27.7 | 27.89 | 8.06 | - |
| YUV | 140.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 59 | 0 | 0.21 | 0.66 | 0.31 | 41.38 | 0.5 | 0.46 |
| Hex | AF | 8B | 3B | 0 | 15 | 42 | 1F | 29 | 32 | 2E |
| Octal | 257 | 213 | 73 | 0 | 25 | 102 | 37 | 51 | 62 | 56 |
| Binary | 10101111 | 10001011 | 111011 | 0 | 10101 | 1000010 | 11111 | 101001 | 110010 | 101110 |
Color Harmonies of #AF8B3B
Complementary color
Monochromatic Colors of #AF8B3B
Black with #AF8B3B
Text Example
Text Example
White with #AF8B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B3B; }
p { color: rgb(175,139,59); }
H1.HeaderClassName
{
color: #AF8B3B;
}
.AnyTagClassName
{
color: #AF8B3B;
}
</style>
background-color css
<style>
a { background-color: #AF8B3B; }
a { background-color: rgb(175,139,59); }
div.DivClassName
{
background-color: #AF8B3B;
}
.BgClassName
{
background-color: #AF8B3B;
}
</style>
border-color css
<style>
span { border-color: #AF8B3B; }
span { border-color: rgb(175,139,59); }
td.TdClassName
{
border-color: #AF8B3B;
}
.TagClassName
{
border-color: #AF8B3B;
}
</style>