#A6803D

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

Shades of Alpine #A6803D

Tints of Alpine #A6803D

Color information

#A6803D (or 0xA6803D) is unknown color: approx Alpine. HEX triplet: A6, 80 and 3D. RGB value is (166,128,61). Sum of RGB (Red+Green+Blue) = 166+128+61=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6803D is #597FC2. Grayscale: #848484. Windows color (decimal): -5865411 or 4030630. OLE color: 4030630.

HSL color Cylindrical-coordinate representation of color #A6803D: hue angle of 38.29º 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 #A6803D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16612861-
CMYK00.230.630.35
HSL38.29º46.26%44.51%-
HSV(B)38.29º63.25%65.1%-
XYZ24.2923.887.74-
YUV131.7288.09152.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=46.76%
G=36.06%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661286100.230.630.3538.2946.2644.51
HexA6803D0173F23262e2d
Octal246200750277743465655
Binary1010011010000000111101010111111111100011100110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6803D; }

 p { color: rgb(166,128,61); }

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

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

 a { background-color: rgb(166,128,61); }

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

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

 span { border-color: rgb(166,128,61); }

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