Shades of Alpine #A68133
Tints of Alpine #A68133
RGB
CMYK
RGB Variations
Color information
#A68133 (or 0xA68133) is known color: Alpine. HEX triplet: A6, 81 and 33. RGB value is (166,129,51). Sum of RGB (Red+Green+Blue) = 166+129+51=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A68133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68133 is #597ECC. Grayscale: #838383. Windows color (decimal): -5865165 or 3375526. OLE color: 3375526.
HSL color Cylindrical-coordinate representation of color #A68133: hue angle of 40.7º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A68133 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 51 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.35 |
| HSL | 40.7º | 0.53% | 0.43% | - |
| HSV(B) | 40.7º | 0.69% | 0.65% | - |
| XYZ | 24.17 | 24.05 | 6.5 | - |
| YUV | 131.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 51 | 0 | 0.22 | 0.69 | 0.35 | 40.7 | 0.53 | 0.43 |
| Hex | A6 | 81 | 33 | 0 | 16 | 45 | 23 | 29 | 35 | 2B |
| Octal | 246 | 201 | 63 | 0 | 26 | 105 | 43 | 51 | 65 | 53 |
| Binary | 10100110 | 10000001 | 110011 | 0 | 10110 | 1000101 | 100011 | 101001 | 110101 | 101011 |
Color Harmonies of #A68133
Complementary color
Monochromatic Colors of #A68133
Black with #A68133
Text Example
Text Example
White with #A68133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68133; }
p { color: rgb(166,129,51); }
H1.HeaderClassName
{
color: #A68133;
}
.AnyTagClassName
{
color: #A68133;
}
</style>
background-color css
<style>
a { background-color: #A68133; }
a { background-color: rgb(166,129,51); }
div.DivClassName
{
background-color: #A68133;
}
.BgClassName
{
background-color: #A68133;
}
</style>
border-color css
<style>
span { border-color: #A68133; }
span { border-color: rgb(166,129,51); }
td.TdClassName
{
border-color: #A68133;
}
.TagClassName
{
border-color: #A68133;
}
</style>