Shades of Alpine #A68438
Tints of Alpine #A68438
RGB
CMYK
RGB Variations
Color information
#A68438 (or 0xA68438) is known color: Alpine. HEX triplet: A6, 84 and 38. RGB value is (166,132,56). Sum of RGB (Red+Green+Blue) = 166+132+56=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A68438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68438 is #597BC7. Grayscale: #858585. Windows color (decimal): -5864392 or 3703974. OLE color: 3703974.
HSL color Cylindrical-coordinate representation of color #A68438: hue angle of 41.45º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68438 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 56 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.35 |
| HSL | 41.45º | 0.5% | 0.44% | - |
| HSV(B) | 41.45º | 0.66% | 0.65% | - |
| XYZ | 24.69 | 24.9 | 7.25 | - |
| YUV | 133.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 56 | 0 | 0.20 | 0.66 | 0.35 | 41.45 | 0.5 | 0.44 |
| Hex | A6 | 84 | 38 | 0 | 14 | 42 | 23 | 29 | 32 | 2C |
| Octal | 246 | 204 | 70 | 0 | 24 | 102 | 43 | 51 | 62 | 54 |
| Binary | 10100110 | 10000100 | 111000 | 0 | 10100 | 1000010 | 100011 | 101001 | 110010 | 101100 |
Color Harmonies of #A68438
Complementary color
Monochromatic Colors of #A68438
Black with #A68438
Text Example
Text Example
White with #A68438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68438; }
p { color: rgb(166,132,56); }
H1.HeaderClassName
{
color: #A68438;
}
.AnyTagClassName
{
color: #A68438;
}
</style>
background-color css
<style>
a { background-color: #A68438; }
a { background-color: rgb(166,132,56); }
div.DivClassName
{
background-color: #A68438;
}
.BgClassName
{
background-color: #A68438;
}
</style>
border-color css
<style>
span { border-color: #A68438; }
span { border-color: rgb(166,132,56); }
td.TdClassName
{
border-color: #A68438;
}
.TagClassName
{
border-color: #A68438;
}
</style>