#A3853D

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

Shades of Alpine #A3853D

Tints of Alpine #A3853D

Color information

#A3853D (or 0xA3853D) is unknown color: approx Alpine. HEX triplet: A3, 85 and 3D. RGB value is (163,133,61). Sum of RGB (Red+Green+Blue) = 163+133+61=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3853D is #5C7AC2. Grayscale: #868686. Windows color (decimal): -6060739 or 4031907. OLE color: 4031907.

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

Color convert

RGB16313361-
CMYK00.180.630.36
HSL42.35º45.54%43.92%-
HSV(B)42.35º62.58%63.92%-
XYZ24.3324.97.94-
YUV133.7686.94148.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=45.66%
G=37.25%
B=17.09%

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
Decimal1631336100.180.630.3642.3545.5443.92
HexA3853D0123F242a2e2c
Octal243205750227744525654
Binary1010001110000101111101010010111111100100101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3853D; }

 p { color: rgb(163,133,61); }

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

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

 a { background-color: rgb(163,133,61); }

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

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

 span { border-color: rgb(163,133,61); }

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