Shades of Alpine #AA883D
Tints of Alpine #AA883D
RGB
CMYK
RGB Variations
Color information
#AA883D (or 0xAA883D) is known color: Alpine. HEX triplet: AA, 88 and 3D. RGB value is (170,136,61). Sum of RGB (Red+Green+Blue) = 170+136+61=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA883D is #5577C2. Grayscale: #898989. Windows color (decimal): -5601219 or 4032682. OLE color: 4032682.
HSL color Cylindrical-coordinate representation of color #AA883D: hue angle of 41.28º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA883D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 61 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.33 |
| HSL | 41.28º | 0.47% | 0.45% | - |
| HSV(B) | 41.28º | 0.64% | 0.67% | - |
| XYZ | 26.22 | 26.49 | 8.15 | - |
| YUV | 137.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 61 | 0 | 0.20 | 0.64 | 0.33 | 41.28 | 0.47 | 0.45 |
| Hex | AA | 88 | 3D | 0 | 14 | 40 | 21 | 29 | 2F | 2D |
| Octal | 252 | 210 | 75 | 0 | 24 | 100 | 41 | 51 | 57 | 55 |
| Binary | 10101010 | 10001000 | 111101 | 0 | 10100 | 1000000 | 100001 | 101001 | 101111 | 101101 |
Color Harmonies of #AA883D
Complementary color
Monochromatic Colors of #AA883D
Black with #AA883D
Text Example
Text Example
White with #AA883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA883D; }
p { color: rgb(170,136,61); }
H1.HeaderClassName
{
color: #AA883D;
}
.AnyTagClassName
{
color: #AA883D;
}
</style>
background-color css
<style>
a { background-color: #AA883D; }
a { background-color: rgb(170,136,61); }
div.DivClassName
{
background-color: #AA883D;
}
.BgClassName
{
background-color: #AA883D;
}
</style>
border-color css
<style>
span { border-color: #AA883D; }
span { border-color: rgb(170,136,61); }
td.TdClassName
{
border-color: #AA883D;
}
.TagClassName
{
border-color: #AA883D;
}
</style>