Shades of Alpine #A37E38
Tints of Alpine #A37E38
RGB
CMYK
RGB Variations
Color information
#A37E38 (or 0xA37E38) is known color: Alpine. HEX triplet: A3, 7E and 38. RGB value is (163,126,56). Sum of RGB (Red+Green+Blue) = 163+126+56=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E38 is #5C81C7. Grayscale: #818181. Windows color (decimal): -6062536 or 3702435. OLE color: 3702435.
HSL color Cylindrical-coordinate representation of color #A37E38: hue angle of 39.25º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A37E38 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 56 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.36 |
| HSL | 39.25º | 0.49% | 0.43% | - |
| HSV(B) | 39.25º | 0.66% | 0.64% | - |
| XYZ | 23.28 | 22.99 | 6.95 | - |
| YUV | 129.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 56 | 0 | 0.23 | 0.66 | 0.36 | 39.25 | 0.49 | 0.43 |
| Hex | A3 | 7E | 38 | 0 | 17 | 42 | 24 | 27 | 31 | 2B |
| Octal | 243 | 176 | 70 | 0 | 27 | 102 | 44 | 47 | 61 | 53 |
| Binary | 10100011 | 1111110 | 111000 | 0 | 10111 | 1000010 | 100100 | 100111 | 110001 | 101011 |
Color Harmonies of #A37E38
Complementary color
Monochromatic Colors of #A37E38
Black with #A37E38
Text Example
Text Example
White with #A37E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E38; }
p { color: rgb(163,126,56); }
H1.HeaderClassName
{
color: #A37E38;
}
.AnyTagClassName
{
color: #A37E38;
}
</style>
background-color css
<style>
a { background-color: #A37E38; }
a { background-color: rgb(163,126,56); }
div.DivClassName
{
background-color: #A37E38;
}
.BgClassName
{
background-color: #A37E38;
}
</style>
border-color css
<style>
span { border-color: #A37E38; }
span { border-color: rgb(163,126,56); }
td.TdClassName
{
border-color: #A37E38;
}
.TagClassName
{
border-color: #A37E38;
}
</style>