Shades of Alpine #AF823D
Tints of Alpine #AF823D
RGB
CMYK
RGB Variations
Color information
#AF823D (or 0xAF823D) is known color: Alpine. HEX triplet: AF, 82 and 3D. RGB value is (175,130,61). Sum of RGB (Red+Green+Blue) = 175+130+61=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823D is #507DC2. Grayscale: #878787. Windows color (decimal): -5275075 or 4031151. OLE color: 4031151.
HSL color Cylindrical-coordinate representation of color #AF823D: hue angle of 36.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF823D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 61 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.31 |
| HSL | 36.32º | 0.48% | 0.46% | - |
| HSV(B) | 36.32º | 0.65% | 0.69% | - |
| XYZ | 26.5 | 25.42 | 7.92 | - |
| YUV | 135.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 61 | 0 | 0.26 | 0.65 | 0.31 | 36.32 | 0.48 | 0.46 |
| Hex | AF | 82 | 3D | 0 | 1A | 41 | 1F | 24 | 30 | 2E |
| Octal | 257 | 202 | 75 | 0 | 32 | 101 | 37 | 44 | 60 | 56 |
| Binary | 10101111 | 10000010 | 111101 | 0 | 11010 | 1000001 | 11111 | 100100 | 110000 | 101110 |
Color Harmonies of #AF823D
Complementary color
Monochromatic Colors of #AF823D
Black with #AF823D
Text Example
Text Example
White with #AF823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF823D; }
p { color: rgb(175,130,61); }
H1.HeaderClassName
{
color: #AF823D;
}
.AnyTagClassName
{
color: #AF823D;
}
</style>
background-color css
<style>
a { background-color: #AF823D; }
a { background-color: rgb(175,130,61); }
div.DivClassName
{
background-color: #AF823D;
}
.BgClassName
{
background-color: #AF823D;
}
</style>
border-color css
<style>
span { border-color: #AF823D; }
span { border-color: rgb(175,130,61); }
td.TdClassName
{
border-color: #AF823D;
}
.TagClassName
{
border-color: #AF823D;
}
</style>