#A6863A

Color #A6863A Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #A6863A

Tints of Alpine #A6863A

Color information

#A6863A (or 0xA6863A) is unknown color: approx Alpine. HEX triplet: A6, 86 and 3A. RGB value is (166,134,58). Sum of RGB (Red+Green+Blue) = 166+134+58=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6863A is #5979C5. Grayscale: #878787. Windows color (decimal): -5863878 or 3835558. OLE color: 3835558.

HSL color Cylindrical-coordinate representation of color #A6863A: hue angle of 42.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6863A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16613458-
CMYK00.190.650.35
HSL42.22º48.21%43.92%-
HSV(B)42.22º65.06%65.1%-
XYZ25.0125.467.6-
YUV134.984.6150.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=46.37%
G=37.43%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661345800.190.650.3542.2248.2143.92
HexA6863A01341232a302c
Octal2462067202310143526054
Binary10100110100001101110100100111000001100011101010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6863A; }

 p { color: rgb(166,134,58); }

 H1.HeaderClassName
 {
   color: #A6863A;
 }
 .AnyTagClassName
 {
   color: #A6863A;
 }
</style>
background-color css

<style>
 a { background-color: #A6863A; }

 a { background-color: rgb(166,134,58); }

 div.DivClassName
 {
   background-color: #A6863A;
 }
 .BgClassName
 {
   background-color: #A6863A;
 }
</style>
border-color css

<style>
 span { border-color: #A6863A; }

 span { border-color: rgb(166,134,58); }

 td.TdClassName
 {
   border-color: #A6863A;
 }
 .TagClassName
 {
   border-color: #A6863A;
 }
</style>