Shades of Alpine #AF823C
Tints of Alpine #AF823C
RGB
CMYK
RGB Variations
Color information
#AF823C (or 0xAF823C) is known color: Alpine. HEX triplet: AF, 82 and 3C. RGB value is (175,130,60). Sum of RGB (Red+Green+Blue) = 175+130+60=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823C is #507DC3. Grayscale: #878787. Windows color (decimal): -5275076 or 3965615. OLE color: 3965615.
HSL color Cylindrical-coordinate representation of color #AF823C: hue angle of 36.52º 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 #AF823C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 60 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.31 |
| HSL | 36.52º | 0.49% | 0.46% | - |
| HSV(B) | 36.52º | 0.66% | 0.69% | - |
| XYZ | 26.48 | 25.41 | 7.78 | - |
| YUV | 135.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 60 | 0 | 0.26 | 0.66 | 0.31 | 36.52 | 0.49 | 0.46 |
| Hex | AF | 82 | 3C | 0 | 1A | 42 | 1F | 25 | 31 | 2E |
| Octal | 257 | 202 | 74 | 0 | 32 | 102 | 37 | 45 | 61 | 56 |
| Binary | 10101111 | 10000010 | 111100 | 0 | 11010 | 1000010 | 11111 | 100101 | 110001 | 101110 |
Color Harmonies of #AF823C
Complementary color
Monochromatic Colors of #AF823C
Black with #AF823C
Text Example
Text Example
White with #AF823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF823C; }
p { color: rgb(175,130,60); }
H1.HeaderClassName
{
color: #AF823C;
}
.AnyTagClassName
{
color: #AF823C;
}
</style>
background-color css
<style>
a { background-color: #AF823C; }
a { background-color: rgb(175,130,60); }
div.DivClassName
{
background-color: #AF823C;
}
.BgClassName
{
background-color: #AF823C;
}
</style>
border-color css
<style>
span { border-color: #AF823C; }
span { border-color: rgb(175,130,60); }
td.TdClassName
{
border-color: #AF823C;
}
.TagClassName
{
border-color: #AF823C;
}
</style>