#A6863F

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

Shades of Alpine #A6863F

Tints of Alpine #A6863F

Color information

#A6863F (or 0xA6863F) is unknown color: approx Alpine. HEX triplet: A6, 86 and 3F. RGB value is (166,134,63). Sum of RGB (Red+Green+Blue) = 166+134+63=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6863F is #5979C0. Grayscale: #878787. Windows color (decimal): -5863873 or 4163238. OLE color: 4163238.

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

Color convert

RGB16613463-
CMYK00.190.620.35
HSL41.36º44.98%44.9%-
HSV(B)41.36º62.05%65.1%-
XYZ25.1525.528.3-
YUV135.4787.1149.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 63 (25% from 255) = 17.36%
R=45.73%
G=36.91%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661346300.190.620.3541.3644.9844.9
HexA6863F0133E23292d2d
Octal246206770237643515555
Binary1010011010000110111111010011111110100011101001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6863F; }

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

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

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

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

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

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

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

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