#A4863D

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

Shades of Alpine #A4863D

Tints of Alpine #A4863D

Color information

#A4863D (or 0xA4863D) is unknown color: approx Alpine. HEX triplet: A4, 86 and 3D. RGB value is (164,134,61). Sum of RGB (Red+Green+Blue) = 164+134+61=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4863D is #5B79C2. Grayscale: #868686. Windows color (decimal): -5994947 or 4032164. OLE color: 4032164.

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

Color convert

RGB16413461-
CMYK00.180.630.36
HSL42.52º45.78%44.12%-
HSV(B)42.52º62.8%64.31%-
XYZ24.6825.287.99-
YUV134.6586.44148.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=45.68%
G=37.33%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641346100.180.630.3642.5245.7844.12
HexA4863D0123F242b2e2c
Octal244206750227744535654
Binary1010010010000110111101010010111111100100101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4863D; }

 p { color: rgb(164,134,61); }

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

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

 a { background-color: rgb(164,134,61); }

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

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

 span { border-color: rgb(164,134,61); }

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