#A6843E

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

Shades of Alpine #A6843E

Tints of Alpine #A6843E

Color information

#A6843E (or 0xA6843E) is unknown color: approx Alpine. HEX triplet: A6, 84 and 3E. RGB value is (166,132,62). Sum of RGB (Red+Green+Blue) = 166+132+62=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6843E is #597BC1. Grayscale: #868686. Windows color (decimal): -5864386 or 4097190. OLE color: 4097190.

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

Color convert

RGB16613262-
CMYK00.200.630.35
HSL40.38º45.61%44.71%-
HSV(B)40.38º62.65%65.1%-
XYZ24.8524.968.07-
YUV134.1987.26150.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=46.11%
G=36.67%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661326200.200.630.3540.3845.6144.71
HexA6843E0143F23282e2d
Octal246204760247743505655
Binary1010011010000100111110010100111111100011101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6843E; }

 p { color: rgb(166,132,62); }

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

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

 a { background-color: rgb(166,132,62); }

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

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

 span { border-color: rgb(166,132,62); }

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