#A5843D

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

Shades of Alpine #A5843D

Tints of Alpine #A5843D

Color information

#A5843D (or 0xA5843D) is unknown color: approx Alpine. HEX triplet: A5, 84 and 3D. RGB value is (165,132,61). Sum of RGB (Red+Green+Blue) = 165+132+61=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5843D is #5A7BC2. Grayscale: #868686. Windows color (decimal): -5929923 or 4031653. OLE color: 4031653.

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

Color convert

RGB16513261-
CMYK00.200.630.35
HSL40.96º46.02%44.31%-
HSV(B)40.96º63.03%64.71%-
XYZ24.6124.847.91-
YUV133.7786.93150.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=46.09%
G=36.87%
B=17.04%

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
Decimal1651326100.200.630.3540.9646.0244.31
HexA5843D0143F23292e2c
Octal245204750247743515654
Binary1010010110000100111101010100111111100011101001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5843D; }

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

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

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

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

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

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

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

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