Shades of Alpine #AF803C
Tints of Alpine #AF803C
RGB
CMYK
RGB Variations
Color information
#AF803C (or 0xAF803C) is known color: Alpine. HEX triplet: AF, 80 and 3C. RGB value is (175,128,60). Sum of RGB (Red+Green+Blue) = 175+128+60=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF803C is #507FC3. Grayscale: #868686. Windows color (decimal): -5275588 or 3965103. OLE color: 3965103.
HSL color Cylindrical-coordinate representation of color #AF803C: hue angle of 35.48º degrees, saturation: 0.49, 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 #AF803C is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 60 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.31 |
| HSL | 35.48º | 0.49% | 0.46% | - |
| HSV(B) | 35.48º | 0.66% | 0.69% | - |
| XYZ | 26.21 | 24.88 | 7.7 | - |
| YUV | 134.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 60 | 0 | 0.27 | 0.66 | 0.31 | 35.48 | 0.49 | 0.46 |
| Hex | AF | 80 | 3C | 0 | 1B | 42 | 1F | 23 | 31 | 2E |
| Octal | 257 | 200 | 74 | 0 | 33 | 102 | 37 | 43 | 61 | 56 |
| Binary | 10101111 | 10000000 | 111100 | 0 | 11011 | 1000010 | 11111 | 100011 | 110001 | 101110 |
Color Harmonies of #AF803C
Complementary color
Monochromatic Colors of #AF803C
Black with #AF803C
Text Example
Text Example
White with #AF803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF803C; }
p { color: rgb(175,128,60); }
H1.HeaderClassName
{
color: #AF803C;
}
.AnyTagClassName
{
color: #AF803C;
}
</style>
background-color css
<style>
a { background-color: #AF803C; }
a { background-color: rgb(175,128,60); }
div.DivClassName
{
background-color: #AF803C;
}
.BgClassName
{
background-color: #AF803C;
}
</style>
border-color css
<style>
span { border-color: #AF803C; }
span { border-color: rgb(175,128,60); }
td.TdClassName
{
border-color: #AF803C;
}
.TagClassName
{
border-color: #AF803C;
}
</style>