#A6843C

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

Shades of Alpine #A6843C

Tints of Alpine #A6843C

Color information

#A6843C (or 0xA6843C) is unknown color: approx Alpine. HEX triplet: A6, 84 and 3C. RGB value is (166,132,60). Sum of RGB (Red+Green+Blue) = 166+132+60=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6843C is #597BC3. Grayscale: #868686. Windows color (decimal): -5864388 or 3966118. OLE color: 3966118.

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

Color convert

RGB16613260-
CMYK00.200.640.35
HSL40.75º46.9%44.31%-
HSV(B)40.75º63.86%65.1%-
XYZ24.7924.947.78-
YUV133.9686.26150.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=46.37%
G=36.87%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661326000.200.640.3540.7546.944.31
HexA6843C0144023292f2c
Octal2462047402410043515754
Binary10100110100001001111000101001000000100011101001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6843C; }

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

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

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

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

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

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

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

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