#A2843D

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

Shades of Alpine #A2843D

Tints of Alpine #A2843D

Color information

#A2843D (or 0xA2843D) is unknown color: approx Alpine. HEX triplet: A2, 84 and 3D. RGB value is (162,132,61). Sum of RGB (Red+Green+Blue) = 162+132+61=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2843D is #5D7BC2. Grayscale: #858585. Windows color (decimal): -6126531 or 4031650. OLE color: 4031650.

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

Color convert

RGB16213261-
CMYK00.190.620.36
HSL42.18º45.29%43.73%-
HSV(B)42.18º62.35%63.53%-
XYZ23.9924.527.88-
YUV132.8887.44148.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=45.63%
G=37.18%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621326100.190.620.3642.1845.2943.73
HexA2843D0133E242a2d2c
Octal242204750237644525554
Binary1010001010000100111101010011111110100100101010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2843D; }

 p { color: rgb(162,132,61); }

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

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

 a { background-color: rgb(162,132,61); }

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

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

 span { border-color: rgb(162,132,61); }

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